From: David Vázquez Date: Tue, 18 Dec 2012 22:39:23 +0000 (+0100) Subject: ERROR X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=95dabfcbb30e9d52247b6ccb7893616603ceb7ed;p=jscl.git ERROR --- diff --git a/lispstrack.lisp b/lispstrack.lisp index ee1aab7..2febb3a 100644 --- a/lispstrack.lisp +++ b/lispstrack.lisp @@ -473,6 +473,10 @@ ", ") ")")) +(define-compilation error (string) + (concat "console.error(" (ls-compile string env fenv) ")")) + + (define-compilation new () "{}")