Skip to content

Commit

Permalink
squash: self -> this
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Jun 6, 2016
1 parent a0d60c4 commit 3406e1b
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(() => { self.run(function() { self.resume(); }); });
setImmediate(() => { this.run(() => { this.resume; }); });
}


Expand Down

0 comments on commit 3406e1b

Please sign in to comment.