Skip to content

Commit

Permalink
chore: format [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Mar 21, 2021
1 parent 25437a0 commit 054e889
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 054e889

Please sign in to comment.