Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
lib,test: fixed jslint errors
Browse files Browse the repository at this point in the history
PR-URL: #79
Reviewed-By: Jianchun Xu <Jianchun.Xu@microsoft.com>
  • Loading branch information
kunalspathak committed Jun 16, 2016
1 parent b3610fe commit f2ad532
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/repl.js
Original file line number Diff line number Diff line change
Expand Up @@ -1210,4 +1210,4 @@ function Recoverable(err) {
this.err = err;
}
inherits(Recoverable, SyntaxError);
exports.Recoverable = Recoverable;
exports.Recoverable = Recoverable;
2 changes: 1 addition & 1 deletion test/parallel/test-repl.js
Original file line number Diff line number Diff line change
Expand Up @@ -511,4 +511,4 @@ function unix_test() {
server_unix.listen(common.PIPE);
}

unix_test();
unix_test();

0 comments on commit f2ad532

Please sign in to comment.