Skip to content

Commit a084662

Browse files
committed
Merge pull request #840 from bstell/master
Fix debug error report to output to the console.
2 parents 39c60d1 + a1ff4ec commit a084662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_time/src/gae_server/www/js/tachyfont/tachyfontreporter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ tachyfont.Reporter.prototype.reportError = function(errNum, id, errInfo) {
148148
}
149149
}
150150
this.addItem(name, msg);
151-
this.sendReport();
152151
if (goog.DEBUG) {
153152
var keys = Object.keys(this.items_);
154153
keys.sort();
@@ -159,6 +158,7 @@ tachyfont.Reporter.prototype.reportError = function(errNum, id, errInfo) {
159158
}
160159
// debugger; // Enable this when debugging the reporter.
161160
}
161+
this.sendReport();
162162

163163
// Restore any pre-existing items.
164164
this.items_ = preexistingItems;

0 commit comments

Comments
 (0)