Skip to content

Commit 054e889

Browse files
committed
chore: format [skip ci]
1 parent 25437a0 commit 054e889

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/runtime.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ export default class Runtime {
7373
console.log("No terminal found")
7474
}
7575

76-
if (atom.config.get("script.stopOnRerun")) this.stop()
76+
if (atom.config.get("script.stopOnRerun")) {
77+
this.stop()
78+
}
7779
this.emitter.emit("start")
7880

7981
if (!commandContext) {

0 commit comments

Comments
 (0)