From 228962767e0a217766ccf8d58050332e41db04b0 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Sun, 21 Mar 2021 11:28:02 -0500 Subject: [PATCH] chore: format --- lib/runtime.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) {