diff --git a/lib/runtime.js b/lib/runtime.js index 806e3678..d4b2f71b 100644 --- a/lib/runtime.js +++ b/lib/runtime.js @@ -73,7 +73,9 @@ export default class Runtime { console.log("No terminal found") } - if (atom.config.get("script.stopOnRerun")) this.stop() + if (atom.config.get("script.stopOnRerun")) { + this.stop() + } this.emitter.emit("start") if (!commandContext) {