Skip to content

Conversation

@addaleax
Copy link
Member

Backport of #7398; only real difference is giving the last parameter of AppendExceptionLine a default value to keep the diff small/avoid conflicts.

In `AppendExceptionLine()`, which is used both by the `vm`
module and the uncaught exception handler, don’t print anything
to stderr when called from the `vm` module, even if the
thrown object is not a native error instance.

Fixes: nodejs#7397
PR-URL: nodejs#7398
Reviewed-By: Ben Noordhuis <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
@addaleax addaleax added c++ Issues and PRs that require attention from people who are familiar with C++. vm Issues and PRs related to the vm subsystem. v4.x labels Jul 11, 2016
@MylesBorins
Copy link
Contributor

@MylesBorins
Copy link
Contributor

MylesBorins commented Jul 12, 2016

landed in 07f1bb1

@addaleax addaleax deleted the backport-7398 branch July 12, 2016 01:27
@addaleax
Copy link
Member Author

@thealphanerd Umm, I think this commit got lost in v4.x-staging?

@MylesBorins
Copy link
Contributor

It's still there, was just rebase so has a different Sha. I'll update

@MylesBorins
Copy link
Contributor

hmm... it did end up getting lost... odd

@MylesBorins MylesBorins removed their assignment Dec 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++ Issues and PRs that require attention from people who are familiar with C++. vm Issues and PRs related to the vm subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants