aboutsummaryrefslogtreecommitdiff
path: root/luxc
diff options
context:
space:
mode:
Diffstat (limited to 'luxc')
-rw-r--r--luxc/src/lux/compiler/js/base.clj4
1 files changed, 3 insertions, 1 deletions
diff --git a/luxc/src/lux/compiler/js/base.clj b/luxc/src/lux/compiler/js/base.clj
index c6a6f538c..8daec05c5 100644
--- a/luxc/src/lux/compiler/js/base.clj
+++ b/luxc/src/lux/compiler/js/base.clj
@@ -187,7 +187,9 @@
(decode-char js-object)
:else
- (assert false (str "Unknown kind of JS object: " js-object))))
+ js-object
+ ;; (assert false (str "Unknown kind of JS object: " js-object))
+ ))
:else
(assert false (str "Unknown kind of JS object: " (class js-object) " :: " js-object))))