Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Given an array of stack frames, convert to V8 stack trace stack prop #21

Copy link
Copy link
@niftylettuce

Description

@niftylettuce
Issue body actions

Right now output from toString() on a stackframe looks like this:

setTimeout(function()@http://localhost:3000/js/core.js:16:9

Which doesn't match normal output from err.stack prop, e.g. https://github.com/nodejs/node/blob/6ce87c027dc2a16e1b8d85c753b52270ae0c6054/lib/internal/errors.js#L43 (has "at ...")

It would be nice to have a method where we can convert an Array of stackframes to match Node's err.stack.

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.