aboutsummaryrefslogtreecommitdiff
path: root/src/shell.js
diff options
context:
space:
mode:
authorJanus <ysangkok@gmail.com>2012-10-19 05:27:13 +0200
committerJanus <ysangkok@gmail.com>2012-10-19 05:27:13 +0200
commit2c08b0f8b2ca297e865b6f9e0ff94292796544be (patch)
tree523df038138aead0b7a717700cfa45aef0ffd8fd /src/shell.js
parent54bbd4cf2f8a2deafbdda739f0db00858ca9b292 (diff)
add tests for chunked binary web worker xhr
Diffstat (limited to 'src/shell.js')
-rw-r--r--src/shell.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell.js b/src/shell.js
index 065462e1..3fb6cdbb 100644
--- a/src/shell.js
+++ b/src/shell.js
@@ -66,7 +66,7 @@ if (ENVIRONMENT_IS_SHELL) {
}
}
-if (ENVIRONMENT_IS_WEB) {
+if (ENVIRONMENT_IS_WEB && !ENVIRONMENT_IS_WORKER) {
if (!Module['print']) {
Module['print'] = function(x) {
console.log(x);