We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25437a0 commit 054e889Copy full SHA for 054e889
1 file changed
lib/runtime.js
@@ -73,7 +73,9 @@ export default class Runtime {
73
console.log("No terminal found")
74
}
75
76
- if (atom.config.get("script.stopOnRerun")) this.stop()
+ if (atom.config.get("script.stopOnRerun")) {
77
+ this.stop()
78
+ }
79
this.emitter.emit("start")
80
81
if (!commandContext) {
0 commit comments