Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed May 23, 2016
1 parent 0971a89 commit a3c1dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion temp-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

var oldExit = process.exit;
process.exit = function () {
console.error(new Error(OH NO!!!));
console.error(new Error('OH NO!!!'));
oldExit.apply(process, arguments);
}

Expand Down

0 comments on commit a3c1dd3

Please sign in to comment.