Skip to content

Commit a433b7b

Browse files
committed
testOnly
1 parent bcde530 commit a433b7b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

test/logging.test.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,11 @@ 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) => {
507+
if (err) console.error('>>> Error:', err); // 可能返回 EINVAL 或 EACCES
508+
else console.log(files);
509+
});
510+
506511
let proc;
507512

508513
try {

0 commit comments

Comments
 (0)