Index: share/server/main.js
===================================================================
--- share/server/main.js	(revision 682671)
+++ share/server/main.js	(working copy)
@@ -148,7 +148,7 @@
         quit();
     }
   } catch (exception) {
-    print(toJSON(exception));
+    print(exception.toString());
   }
 }

