diff --git a/chrome/content/scaffold/scaffold.js b/chrome/content/scaffold/scaffold.js index 479600dfe7..d10d04c95d 100644 --- a/chrome/content/scaffold/scaffold.js +++ b/chrome/content/scaffold/scaffold.js @@ -763,7 +763,7 @@ var Scaffold = new function() { _writeTests(JSON.stringify(testObject, null, "\t")); // Don't modify current tests return testObject; } catch (e) { - _logOutput("Exception parsing JSON"); + _logOutput("Exception parsing test JSON:\n\n" + e); return false; } } else {