Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: stack at handling in getError #79

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lundibundi
Copy link

The result.diag.at is supposed to be an object with file/line/etc
properties https://testanything.org/tap-version-14-specification.html.
But it is being used as string in stack.trim() at reviveStack.
Update the code to use .file property on it instead.

The `result.diag.at` is supposed to be an object with file/line/etc
properties https://testanything.org/tap-version-14-specification.html.
But it is being used as string in `stack.trim()` at `reviveStack`.
Update the code to use `.file` property on it instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant