From bb2ed448b83045710f12944b36e850d26699911e Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sat, 29 Jul 2017 23:56:42 -0400 Subject: [PATCH] lint --- test/setup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/setup.js b/test/setup.js index 4d2c3cc3df..6bf7a4ea8c 100644 --- a/test/setup.js +++ b/test/setup.js @@ -33,7 +33,7 @@ if (legacy) { try { return module._compile(code, filename); } catch (err) { - console.log(code); + console.log(code); // eslint-disable-line no-console throw err; } };