From 95dabfcbb30e9d52247b6ccb7893616603ceb7ed Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20V=C3=A1zquez?= Date: Tue, 18 Dec 2012 23:39:23 +0100 Subject: [PATCH] ERROR --- lispstrack.lisp | 4 ++++ 1 file changed, 4 insertions(+) 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 () "{}") -- 1.7.10.4