diff options
Diffstat (limited to 'src/postamble.js')
-rw-r--r-- | src/postamble.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/postamble.js b/src/postamble.js index 62966d61..b14a31a1 100644 --- a/src/postamble.js +++ b/src/postamble.js @@ -32,6 +32,10 @@ Module.callMain = function callMain(args) { function run(args) { args = args || Module['arguments']; + if (Module['setStatus']) { + Module['setStatus'](''); // clear the status from "Downloading.." etc. + } + if (Module['preRun']) { Module['preRun'](); } |