Skip to content

Commit ac09cb9

Browse files
joyeecheungjasnell
andauthored
fixup! esm: sync-ify module translation
Co-authored-by: James M Snell <jasnell@gmail.com>
1 parent 0443ae7 commit ac09cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/modules/esm/translators.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ translators.set('wasm', function(url, source) {
502502
let compiled;
503503
try {
504504
compiled = new WebAssembly.Module(source, {
505-
builtins: ['js-string']
505+
builtins: ['js-string'],
506506
});
507507
} catch (err) {
508508
err.message = errPath(url) + ': ' + err.message;

0 commit comments

Comments
 (0)