Skip to content

Commit 4ab8c1b

Browse files
committed
fix: ci
1 parent 9b912d3 commit 4ab8c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/middleware.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import getCompiler from "./helpers/getCompiler";
3333
import getCompilerHooks from "./helpers/getCompilerHooks";
3434

3535
fs.lstat("D:\\System Volume Information", (err, stats) => {
36-
console.log("CI_TEST: ", err, stats)
36+
console.error("CI_TEST: ", err, stats)
3737
});
3838

3939
// Suppress unnecessary stats output

0 commit comments

Comments
 (0)