You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using the Chrome API but have begun switching to error-stack-parser so that I can get similar more consistent results across environments. The issue I am finding on Chromium, which didn't happen with their API, is:
StackFrame
columnNumber: 19
fileName: "http://fiddle.jshell.net/_display/"
functionName: "new"
lineNumber: 149
source: " at new CustomError (http://fiddle.jshell.net/_display/:149:19)"
I was using the Chrome API but have begun switching to
error-stack-parserso that I can get similar more consistent results across environments. The issue I am finding on Chromium, which didn't happen with their API, is:Is this something that can be fixed?