FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

inspector: return Error objects on error by cjihrig · Pull Request #26255 · nodejs/node · GitHub

/ node Public

inspector: return Error objects on error - #26255

Merged
cjihrig merged 2 commits into
nodejs:masterfrom
cjihrig:inspector-warn
Feb 26, 2019
Merged

inspector: return Error objects on error#26255
cjihrig merged 2 commits into
nodejs:masterfrom
cjihrig:inspector-warn

Conversation

cjihrig commented Feb 21, 2019

Copy link
Copy Markdown
Contributor

The inspector communicates errors via POJOs. This PR wraps the error information in an actual Error object.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Copy link
Copy Markdown
Collaborator

nodejs-github-bot added errors Issues and PRs related to JavaScript errors originated in Node.js core. inspector Issues and PRs related to the V8 inspector protocol labels Feb 21, 2019

Copy link
Copy Markdown
Member

addaleax added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Feb 21, 2019

cjihrig commented Feb 21, 2019
edited
Loading

Copy link
Copy Markdown
Contributor Author

cjihrig force-pushed the inspector-warn branch 2 times, most recently from 041fc27 to e4bdbc1 Compare February 26, 2019 20:40
This error is used to propagate errors returned from the
inspector module's command system.

PR-URL: nodejs#26255
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
The inspector communicates errors via POJOs. This commit
wraps the error information in an actual Error object.

PR-URL: nodejs#26255
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>

cjihrig commented Feb 26, 2019

Copy link
Copy Markdown
Contributor Author

Landed in 907941d...e3d4a7d

cjihrig merged commit e3d4a7d into nodejs:master Feb 26, 2019
cjihrig deleted the inspector-warn branch February 26, 2019 21:47
addaleax pushed a commit that referenced this pull request Mar 1, 2019
This error is used to propagate errors returned from the
inspector module's command system.

PR-URL: #26255
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
addaleax pushed a commit that referenced this pull request Mar 1, 2019
The inspector communicates errors via POJOs. This commit
wraps the error information in an actual Error object.

PR-URL: #26255
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
BridgeAR mentioned this pull request Mar 4, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. errors Issues and PRs related to JavaScript errors originated in Node.js core. inspector Issues and PRs related to the V8 inspector protocol

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL