-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
errors,util: migrate to use internal/errors.js #13293
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM once --expose-internals is removed.
test/parallel/test-util-inspect.js
Outdated
@@ -19,6 +19,7 @@ | |||
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE | |||
// USE OR OTHER DEALINGS IN THE SOFTWARE. | |||
|
|||
// Flag: --expose-internals |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don' think we need --expose-internals
Done as per suggestion. Thanks! @mhdawson |
@bidipyne thanks :) CI run: https://ci.nodejs.org/job/node-test-pull-request/8439/ |
PR-URL: #13293 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Landed in 1609899 |
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
util.js
ref: #11273
This is my first contribution in node. I read and understood the contribution guidelines, please review and suggest.
@jasnell
Thanks.