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 9b31c8b0dfc..58ff29ddd10 100644 --- a/src/components/script/script_task.rs +++ b/src/components/script/script_task.rs @@ -302,7 +302,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. |