From 5d694db8d66e426f0362c077fd5f6b3364a4d000 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 26 May 2010 15:15:54 +0800 Subject: [PATCH] builder.html.js --- builder.html.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/builder.html.js b/builder.html.js index f4f120f41..e155a0ced 100644 --- a/builder.html.js +++ b/builder.html.js @@ -133,6 +133,8 @@ Builder = { } catch (e) { console.log("GOT ERROR?"); console.log(e); + console.log(typeof(e)); + console.log(JSON.stringify(e)); } -- 2.39.2