We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc1d58 commit bc8fc23Copy full SHA for bc8fc23
test/index.js
@@ -69,6 +69,7 @@ if ((process.env.npm_config_NAPI_VERSION !== undefined) &&
69
if ((process.env.npm_config_NAPI_VERSION !== undefined) &&
70
(process.env.npm_config_NAPI_VERSION < 4)) {
71
testModules.splice(testModules.indexOf('threadsafe_function/threadsafe_function_ptr'), 1);
72
+ testModules.splice(testModules.indexOf('threadsafe_function/threadsafe_function_unref'), 1);
73
testModules.splice(testModules.indexOf('threadsafe_function/threadsafe_function'), 1);
74
}
75
0 commit comments