Skip to content

Commit

Permalink
fix(actions): Concurrently was not setting its state to Failure
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed May 20, 2021
1 parent 1a1d5b3 commit d4a689f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/actions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,9 @@ pub fn concurrent_system(
}
}
}
let mut state_var = states_q.get_mut(seq_ent).expect("uh oh");
*state_var = Failure;
}

}
Cancelled => {
// Cancel all actions
Expand Down

0 comments on commit d4a689f

Please sign in to comment.