We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b280d90 commit 76687deCopy full SHA for 76687de
src/node_native_module.cc
@@ -85,7 +85,6 @@ void NativeModuleLoader::GetCacheUsage(
85
86
void NativeModuleLoader::ModuleIdsGetter(
87
Local<Name> property, const PropertyCallbackInfo<Value>& info) {
88
- Local<Context> context = info.GetIsolate()->GetCurrentContext();
89
Isolate* isolate = info.GetIsolate();
90
91
const NativeModuleRecordMap& source_ =
0 commit comments