projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
907f87f
)
error is an expression now
author
David Vazquez
<davazp@gmail.com>
Thu, 20 Dec 2012 17:52:36 +0000
(17:52 +0000)
committer
David Vazquez
<davazp@gmail.com>
Thu, 20 Dec 2012 17:52:36 +0000
(17:52 +0000)
lispstrack.lisp
patch
|
blob
|
history
diff --git
a/lispstrack.lisp
b/lispstrack.lisp
index
90b723f
..
38b6f96
100644
(file)
--- a/
lispstrack.lisp
+++ b/
lispstrack.lisp
@@
-530,7
+530,7
@@
")"))
(define-compilation error (string)
- (concat "console.error(" (ls-compile string env fenv) ")"))
+ (concat "(function (){ throw " (ls-compile string env fenv) ";" "return 0;})()"))
(define-compilation new ()
"{}")