Skip to content

Commit d01e4ca

Browse files
committed
remove old call to Runtime.warn in file packager code
1 parent 785f61c commit d01e4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/file_packager.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ def was_seen(name):
359359
if (that.audio) {
360360
Module['removeRunDependency']('fp ' + that.name); // workaround for chromium bug 124926 (still no audio with this, but at least we don't hang)
361361
} else {
362-
Runtime.warn('Preloading file ' + that.name + ' failed');
362+
Module.printErr('Preloading file ' + that.name + ' failed');
363363
}
364364
}, false, true); // canOwn this data in the filesystem, it is a slide into the heap that will never change
365365
this.requests[this.name] = null;

0 commit comments

Comments
 (0)