Skip to content

Commit a3c1dd3

Browse files
committed
Fix syntax error
1 parent 0971a89 commit a3c1dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

temp-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
var oldExit = process.exit;
44
process.exit = function () {
5-
console.error(new Error(OH NO!!!));
5+
console.error(new Error('OH NO!!!'));
66
oldExit.apply(process, arguments);
77
}
88

0 commit comments

Comments
 (0)