From: David Vazquez Date: Sun, 23 Dec 2012 22:05:24 +0000 (+0000) Subject: Handle errors in the REPL X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=bc0b83f35a3501b9e9fd217f6c1ec7d9bfed31c7;p=jscl.git Handle errors in the REPL --- diff --git a/test.html b/test.html index ec43a81..0fcd669 100644 --- a/test.html +++ b/test.html @@ -45,7 +45,10 @@ .jqconsole-output { color: gray; } - + .jqconsole-error { + color: red; + } + @@ -55,13 +58,19 @@