Skip to content

Commit 0d6e718

Browse files
vivek958aduh95
andauthored
Update lib/internal/modules/esm/translators.js
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 7723388 commit 0d6e718

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/internal/modules/esm/translators.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ function loadCJSModule(module, source, url, filename, isMain) {
143143
}
144144

145145
const compileResult = compileFunctionForCJSLoader(source, filename, false /* is_sea_main */, false);
146-
147146
const { function: compiledWrapper, sourceMapURL, sourceURL } = compileResult;
148147
// Cache the source map for the cjs module if present.
149148
if (sourceMapURL) {

0 commit comments

Comments
 (0)