Skip to content

Commit 447c323

Browse files
committed
chore: replace FIXME comment to resolve linting warning (issue #7336)
1 parent a8ecaa2 commit 447c323

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-
// FIXME: replace with `@stdlib/promise/ctor`
175+
// NOTE: review for better accuracy
176176
return new Promise( fcn ); // eslint-disable-line stdlib/require-globals
177177

178178
/**

0 commit comments

Comments
 (0)