Files
node/lib/internal
Ruben Bridgewater 22da2f731d errors: make message non-enumerable
A error message should always be non-enumerable. This makes sure
that is true for dns errors as well. It also adds another check
in `common.expectsError` to make sure no other regressions are
introduced going forward.

Fixes #19716

PR-URL: https://github.com/nodejs/node/pull/19719
Fixes: https://github.com/nodejs/node/issues/19716
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2018-04-05 11:07:41 +02:00
..
2018-03-25 01:45:39 +01:00
2017-11-16 15:42:46 -08:00
2018-04-03 17:59:22 +02:00
2018-03-30 19:41:41 -05:00
2018-04-05 11:07:41 +02:00
2018-03-30 14:20:40 +02:00
2017-08-14 15:43:10 -04:00
2018-02-16 18:09:56 +01:00

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These are subject to change at any time. Reliance on these modules outside of core is not supported in any way.