Skip to content

Commit e41aff5

Browse files
committed
esm: improve check for ESM syntax
1 parent 13a1c6b commit e41aff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_contextify.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,7 @@ void ContextifyContext::CompileFunction(
11921192
params_buf = args[8].As<Array>();
11931193
}
11941194

1195-
// Argument 9: host-defined option symbol
1195+
// Argument 10: host-defined option symbol
11961196
CHECK(args[9]->IsSymbol());
11971197
Local<Symbol> id_symbol = args[9].As<Symbol>();
11981198

0 commit comments

Comments
 (0)