Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
  • Loading branch information
RaisinTen authored Jun 4, 2021
commit bd817e2785ccaa4301902c3e046ef23077fe8f1a
2 changes: 1 addition & 1 deletion test/common/tmpdir.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function rmSync(pathname) {
}
}

if (err) throw err;
if (err !== null) throw err;
}

const testRoot = process.env.NODE_TEST_DIR ?
Expand Down