Skip to content

Commit 2289627

Browse files
committed
chore: format
1 parent 25437a0 commit 2289627

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)