We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed283ab commit d512eb4Copy full SHA for d512eb4
src/library_memfs.js
@@ -7,7 +7,7 @@
7
addToLibrary({
8
$MEMFS__deps: ['$FS', '$mmapAlloc'],
9
#if !ASSERTIONS
10
- $MEMFS__preset: `
+ $MEMFS__postset: `
11
// This error may happen quite a bit. To avoid overhead we reuse it (and
12
// suffer a lack of stack info).
13
MEMFS.doesNotExistError = new FS.ErrnoError({{{ cDefs.ENOENT }}});
0 commit comments