Skip to content

Commit bb2ed44

Browse files
committed
lint
1 parent c35e594 commit bb2ed44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/setup.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if (legacy) {
3333
try {
3434
return module._compile(code, filename);
3535
} catch (err) {
36-
console.log(code);
36+
console.log(code); // eslint-disable-line no-console
3737
throw err;
3838
}
3939
};

0 commit comments

Comments
 (0)