Details
-
Bug
-
Resolution: Fixed
-
P3
-
8
-
None
-
b98
Description
The "stack" field of an Error (thrown or captured) should be:
{error.toString()}\n
\tat {Type}.{Function}({file path}:{line}:{column})\n
...
Some node applications are expecting the stack format to follow roughly this rule.
{error.toString()}\n
\tat {Type}.{Function}({file path}:{line}:{column})\n
...
Some node applications are expecting the stack format to follow roughly this rule.
Attachments
Issue Links
- duplicates
-
JDK-8019231 Error.captureStackTrace doesn't contain error name and message
- Closed