BrowserView.js
authorAlan Knowles <alan@roojs.com>
Tue, 10 Nov 2015 08:20:15 +0000 (16:20 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 10 Nov 2015 08:20:15 +0000 (16:20 +0800)
BrowserView.js

index c4ed811..902e58a 100644 (file)
@@ -382,7 +382,7 @@ BrowserView = new GType({
                     return true;
                 } catch(e) {
                     print("error occured");
-                    print(e.toString());
+                    print(JSON.stringify(e));
                 }
             });
         }