aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/control/thread.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/control/thread.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/lux/control/thread.lux b/stdlib/source/lux/control/thread.lux
index 2aef71e06..7147c2517 100644
--- a/stdlib/source/lux/control/thread.lux
+++ b/stdlib/source/lux/control/thread.lux
@@ -42,8 +42,8 @@
"jvm conversion long-to-int")
(:representation box))
- @.js
- ("js array read" 0 (:representation box))})))
+ @.js ("js array read" 0 (:representation box))
+ @.python ("python array read" 0 (:representation box))})))
(def: #export (write value box)
(All [a] (-> a (All [!] (-> (Box ! a) (Thread ! Any)))))