diff --git a/support/tail.js b/support/tail.js index 78cdbd7d58..748b95ad34 100644 --- a/support/tail.js +++ b/support/tail.js @@ -41,6 +41,7 @@ process.on = function(e, fn){ if ('uncaughtException' == e) { window.onerror = function(err, url, line){ fn(new Error(err + ' (' + url + ':' + line + ')')); + return true; }; } };