X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=blobdiff_plain;f=tools%2Fbuild_gtk_tree.js;fp=tools%2Fbuild_gtk_tree.js;h=f549de1272f06b34598e3987bfb7596c800e778b;hp=2275f78236548b47ba6eb2c51fe593233899f83e;hb=0f103ab9e5f389e1c77a6ee361ec7f924f9be2e9;hpb=296b806cddc41184c9725706b2d0ee2e6280b858 diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index 2275f7823..f549de127 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -299,7 +299,7 @@ function BuildLists () { var x = new imports.gi[ns][cls](); } catch(e) { print("TRY ctor: " + parent ); - print(e.toString()); + print(JSON.stringify(e)); return false; }