We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9299fb8 commit 1d279acCopy full SHA for 1d279ac
src/node_native_module.cc
@@ -191,7 +191,6 @@ MaybeLocal<Function> NativeModuleLoader::LookupAndCompile(
191
Environment* optional_env) {
192
Isolate* isolate = context->GetIsolate();
193
EscapableHandleScope scope(isolate);
194
- Local<Value> ret; // Used to convert to MaybeLocal before return
195
196
const auto source_it = source_.find(id);
197
CHECK_NE(source_it, source_.end());
0 commit comments