diff options
Diffstat (limited to 'test_napi/cleanup_hook_test.js')
-rw-r--r-- | test_napi/cleanup_hook_test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_napi/cleanup_hook_test.js b/test_napi/cleanup_hook_test.js index bca3921a5..f1f916175 100644 --- a/test_napi/cleanup_hook_test.js +++ b/test_napi/cleanup_hook_test.js @@ -15,7 +15,7 @@ if (import.meta.main) { "--allow-read", "--allow-run", "--allow-ffi", - "--unstable", + "--unstable-ffi", import.meta.url, ], }).output(); |