10000 testOnly · webpack/webpack-dev-middleware@beb8912 · GitHub
[go: up one dir, main page]

Skip to content

Commit beb8912

Browse files
committed
testOnly
1 parent 6330086 commit beb8912

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/logging.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,9 +503,9 @@ describe("logging", () => {
503503
});
504504

505505
it("should logging on successfully build in multi-compiler mode", (done) => {
506-
fs.readdir('D:\\System Volume Information', (err, files) => {
506+
fs.lstat('D:\\System Volume Information', (err, stats) => {
507507
if (err) console.error('>>> Error:', err); // 可能返回 EINVAL 或 EACCES
508-
else console.log(files);
508+
else console.log(111, stats);
509509
});
510510

511511
let proc;

0 commit comments

Comments
 (0)
0