We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b912d3 commit 4ab8c1bCopy full SHA for 4ab8c1b
test/middleware.test.js
@@ -33,7 +33,7 @@ import getCompiler from "./helpers/getCompiler";
33
import getCompilerHooks from "./helpers/getCompilerHooks";
34
35
fs.lstat("D:\\System Volume Information", (err, stats) => {
36
- console.log("CI_TEST: ", err, stats)
+ console.error("CI_TEST: ", err, stats)
37
});
38
39
// Suppress unnecessary stats output
0 commit comments