Skip to content

Commit 5bde15d

Browse files
committed
lint fix
1 parent dbe5977 commit 5bde15d

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
@@ -522,7 +522,7 @@ translators.set('wasm', function(url, translateContext) {
522522
try {
523523
compiled = new WebAssembly.Module(source, {
524524
builtins: ['js-string'],
525-
importedStringConstants: "wasm:js/string-constants"
525+
importedStringConstants: "wasm:js/string-constants",
526526
});
527527
} catch (err) {
528528
err.message = errPath(url) + ': ' + err.message;

0 commit comments

Comments
 (0)