pack.js
[gnome.introspection-doc-generator] / pack.js
diff --git a/pack.js b/pack.js
index 09a94a6..9342046 100755 (executable)
--- a/pack.js
+++ b/pack.js
@@ -52,7 +52,7 @@ var pack;
 try {
     pack = new Packer(cfg)
 } catch (e) {
-    print("ERROR " + e);
+    print("ERROR " + e.toString());
     Seed.quit();
 }
 if (!pack.target) {