Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanStojanovic committed May 11, 2023
1 parent 83916a1 commit e186ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-addon.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ test('build simple addon in path with non-ascii characters', function (t) {
]
var proc = execFile(process.execPath, cmd, function (err, stdout, stderr) {
try {
fs.unlink(testNodeDir)
fs.unlink(testNodeDir, () => {})
} catch (err) {
t.error(err)
}
Expand Down

0 comments on commit e186ce0

Please sign in to comment.