Skip to content
Snippets Groups Projects
Unverified Commit d4a689f6 authored by Kat Marchán's avatar Kat Marchán
Browse files

fix(actions): Concurrently was not setting its state to Failure

parent 1a1d5b3d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment