Skip to content

Commit e186ce0

Browse files
test
1 parent 83916a1 commit e186ce0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test-addon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ test('build simple addon in path with non-ascii characters', function (t) {
106106
]
107107
var proc = execFile(process.execPath, cmd, function (err, stdout, stderr) {
108108
try {
109-
fs.unlink(testNodeDir)
109+
fs.unlink(testNodeDir, () => {})
110110
} catch (err) {
111111
t.error(err)
112112
}

0 commit comments

Comments
 (0)