Skip to content

Commit 21574ba

Browse files
authored
Discard changes to lib/node_modules/@stdlib/wasm/module-wrapper/lib/main.js
1 parent 447c323 commit 21574ba

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/wasm/module-wrapper/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/wasm/module-wrapper/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ setReadOnly( WasmModule.prototype, 'initialize', function initialize() {
172172
} else {
173173
fcn = instantiate;
174174
}
175-
// NOTE: review for better accuracy
175+
// FIXME: replace with `@stdlib/promise/ctor`
176176
return new Promise( fcn ); // eslint-disable-line stdlib/require-globals
177177

178178
/**

0 commit comments

Comments
 (0)