Skip to content

Commit

Permalink
[TIMOB-26496] Include exception message (#10406)
Browse files Browse the repository at this point in the history
  • Loading branch information
garymathews committed Oct 29, 2018
1 parent 4e0db8c commit e1c14fc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ public static String getError(KrollDict error)
output += message + "\n";
}
output += jsStack + "\n";
} else {
output += message + "\n";
}
if (javaStack != null) {
output += javaStack;
Expand Down

0 comments on commit e1c14fc

Please sign in to comment.