summaryrefslogtreecommitdiff
path: root/runtime/js
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/js')
-rw-r--r--runtime/js/30_os.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/js/30_os.js b/runtime/js/30_os.js
index f026940ca..15df6f554 100644
--- a/runtime/js/30_os.js
+++ b/runtime/js/30_os.js
@@ -49,7 +49,7 @@
}
function setEnv(key, value) {
- core.opSync("op_set_env", { key, value });
+ core.opSync("op_set_env", key, value);
}
function getEnv(key) {