Skip to content

Commit 47842aa

Browse files
committed
lib: add comma to fix lint
1 parent 79ee2f7 commit 47842aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/bootstrap/node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ process.emitWarning = emitWarning;
340340
configurable: true,
341341
get() {
342342
return getSourceMapsEnabled();
343-
}
343+
},
344344
});
345345
process.setSourceMapsEnabled = setSourceMapsEnabled;
346346
// The C++ land calls back to maybeCacheGeneratedSourceMap()

0 commit comments

Comments
 (0)