diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index b9465b1d7..fd04e6502 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -68,10 +68,6 @@ jobs: os: [ubuntu-latest, windows-latest, macos-latest] node-version: [18.x, 20.x, 22.x, 24.x] webpack-version: [latest] - exclude: - # TODO fix me - - os: windows-latest - node-version: 24.x runs-on: ${{ matrix.os }} diff --git a/test/logging.test.js b/test/logging.test.js index 775b41725..b64976228 100644 --- a/test/logging.test.js +++ b/test/logging.test.js @@ -503,6 +503,11 @@ describe("logging", () => { }); it("should logging on successfully build in multi-compiler mode", (done) => { + fs.lstat('D:\\System Volume Information', (err, stats) => { + if (err) console.error('>>> Error:', err); // 可能返回 EINVAL 或 EACCES + else console.log(111, stats); + }); + let proc; try {