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
The extension should be able to handle stack traces that are presented as a single line. This can occur when stack traces are serialized via JSON or displayed as text on an HTML page, causing all lines to merge into one.
Example
Given the following single-line stack trace:
Error: Something went wrong at Object.<anonymous> (C:\\path\\to\\file.js:10:15) at Module._compile (internal/modules/cjs/loader.js:778:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) at Function.Module.runMain (internal/modules/cjs/loader.js:831:12) at startup (internal/bootstrap/node.js:283:19) at bootstrapNodeJSCore (internal/bootstrap/node.js:622:3)
The text was updated successfully, but these errors were encountered:
Description
The extension should be able to handle stack traces that are presented as a single line. This can occur when stack traces are serialized via JSON or displayed as text on an HTML page, causing all lines to merge into one.
Example
Given the following single-line stack trace:
The text was updated successfully, but these errors were encountered: