Skip to content

Commit

Permalink
Use direct version of cancel for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold856 committed Sep 18, 2023
1 parent 30e5fd6 commit 3672929
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ public void run() {
Command command = iterator.next();

if (isDisabled && !command.runsWhenDisabled()) {
cancel(command);
cancel(command, kNoInterruptor);
continue;
}

Expand Down

0 comments on commit 3672929

Please sign in to comment.