Skip to content

Commit afcff17

Browse files
committed
fixup! deps: update merve to 1.2.0
lint
1 parent fbd4685 commit afcff17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/node_cjs_lexer.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ void Parse(const FunctionCallbackInfo<Value>& args) {
7777
// Convert exports to JS Set
7878
Local<Set> exports_set = Set::New(isolate);
7979
for (const auto& exp : analysis.exports) {
80-
exports_set->Add(context, CreateString(isolate, DOT_NAME(exp))).ToLocalChecked();
80+
exports_set->Add(context, CreateString(isolate, DOT_NAME(exp)))
81+
.ToLocalChecked();
8182
}
8283

8384
// Convert reexports to JS array using batch creation

0 commit comments

Comments
 (0)