summaryrefslogtreecommitdiff
path: root/src/node_native_module_env.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_native_module_env.cc')
-rw-r--r--src/node_native_module_env.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_native_module_env.cc b/src/node_native_module_env.cc
index b48ae962dd..be647b01c6 100644
--- a/src/node_native_module_env.cc
+++ b/src/node_native_module_env.cc
@@ -190,7 +190,7 @@ void NativeModuleEnv::Initialize(Local<Object> target,
FIXED_ONE_BYTE_STRING(env->isolate(), "moduleCategories"),
GetModuleCategories,
nullptr,
- env->as_callback_data(),
+ Local<Value>(),
DEFAULT,
None,
SideEffectType::kHasNoSideEffect)