Skip to content

Commit

Permalink
squash: remove unneeded resume()
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Jun 6, 2016
1 parent 3406e1b commit 2bda6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/_debugger.js
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ function Interface(stdin, stdout, args) {
// Run script automatically
this.pause();

setImmediate(() => { this.run(() => { this.resume; }); });
setImmediate(() => { this.run(); });
}


Expand Down

0 comments on commit 2bda6c1

Please sign in to comment.