- 
    Bug 
- 
    Resolution: Fixed
- 
     P3 P3
- 
    8
- 
    None
- 
        b98
                    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.
- duplicates
- 
                    JDK-8019231 Error.captureStackTrace doesn't contain error name and message -           
- Closed
 
-