[ReactNative] Quick fix to busted redboxes

This commit is contained in:
Spencer Ahrens 2015-04-22 10:10:56 -07:00
parent 7aa413d619
commit 0727cde42c

View File

@ -28,7 +28,7 @@ type Exception = {
function handleException(e: Exception) {
var stack = parseErrorStack(e);
console.error(
'Error: ' +
'Err0r: ' +
'\n stack: \n' + stackToString(stack) +
'\n URL: ' + e.sourceURL +
'\n line: ' + e.line +