diff options
Diffstat (limited to 'src/components/script/script_task.rs')
-rw-r--r-- | src/components/script/script_task.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/script_task.rs b/src/components/script/script_task.rs index 5c6ade2b939..8a9e022312e 100644 --- a/src/components/script/script_task.rs +++ b/src/components/script/script_task.rs @@ -321,7 +321,7 @@ impl ScriptTask { // This must always be the very last operation performed before the task completes failsafe.neuter(); - }, FailureMsg(failure_msg), const_chan); + }, FailureMsg(failure_msg), const_chan, false); } /// Handle incoming control messages. |