diff options
Diffstat (limited to 'components/script/script_task.rs')
-rw-r--r-- | components/script/script_task.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/script_task.rs b/components/script/script_task.rs index 2b192c75587..88e6ed860a5 100644 --- a/components/script/script_task.rs +++ b/components/script/script_task.rs @@ -314,7 +314,7 @@ impl ScriptTaskFactory for ScriptTask { // This must always be the very last operation performed before the task completes failsafe.neuter(); - }, ConstellationMsg::Failure(failure_msg), const_chan, false); + }, ConstellationMsg::Failure(failure_msg), const_chan); } } |