Revert "File.js"
[app.Builder.js] / builder.html.js
index cd7fd5d..ee57edd 100644 (file)
@@ -109,7 +109,7 @@ Builder  = {
                 
             } catch( e) {
                 console.log(e);
-                console.log(JSON.(e));
+                console.log(JSON.stringify(e));
                 // reload!!?
             }
             
@@ -260,7 +260,7 @@ Builder  = {
                    // }
                    
                 } catch(e) {  
-                    console.log('Error evaluating: '  + cfg[p] + "\r\n" + JSON.(e)); 
+                    console.log('Error evaluating: '  + cfg[p] + "\r\n" + JSON.stringify(e)); 
                 };
                 if (pp != p) {
                     delete cfg[p];