summaryrefslogtreecommitdiff
path: root/core/core.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/core.js')
-rw-r--r--core/core.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/core.js b/core/core.js
index f0933d034..32ff7758e 100644
--- a/core/core.js
+++ b/core/core.js
@@ -129,7 +129,7 @@
}
function print(str, isErr = false) {
- opSync("op_print", [str, isErr]);
+ opSync("op_print", str, isErr);
}
// Provide bootstrap namespace