Correct /test-data mount point
This commit is contained in:
parent
5aeebd880e
commit
77caa2b4d5
@ -29,7 +29,7 @@ Module['preRun'].push(function(){
|
||||
}
|
||||
FS.init();
|
||||
FS.mkdir('/test-data');
|
||||
FS.mount(NODEFS, { root: '.' }, '/test');
|
||||
FS.mount(NODEFS, { root: '.' }, '/test-data');
|
||||
FS.analyzePath('/dev/random').exists && FS.unlink('/dev/random');
|
||||
FS.analyzePath('/dev/urandom') && FS.unlink('/dev/urandom');
|
||||
var devFolder = FS.findObject('/dev') ||
|
||||
|
Loading…
Reference in New Issue
Block a user