From bc0b83f35a3501b9e9fd217f6c1ec7d9bfed31c7 Mon Sep 17 00:00:00 2001 From: David Vazquez Date: Sun, 23 Dec 2012 22:05:24 +0000 Subject: [PATCH] Handle errors in the REPL --- test.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) 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 @@