To see the actual error with SpiderMonkey 1.9…
6 August 2008
14:06
as Diff
| 1 | Index: share/server/main.js |
|---|---|
| 2 | =================================================================== |
| 3 | --- share/server/main.js (revision 682671) |
| 4 | +++ share/server/main.js (working copy) |
| 5 | @@ -148,7 +148,7 @@ |
| 6 | quit(); |
| 7 | } |
| 8 | } catch (exception) { |
| 9 | - print(toJSON(exception)); |
| 10 | + print(exception.toString()); |
| 11 | } |
| 12 | } |
Comments
No comments so far.
