summaryrefslogtreecommitdiff
path: root/runtime/worker.rs
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/worker.rs')
-rw-r--r--runtime/worker.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/worker.rs b/runtime/worker.rs
index adb525c4c..58a35cc95 100644
--- a/runtime/worker.rs
+++ b/runtime/worker.rs
@@ -87,6 +87,7 @@ impl MainWorker {
} else {
None
};
+
let should_break_on_first_statement =
inspector.is_some() && options.should_break_on_first_statement;