Files
node/lib/internal
Ruben Bridgewater 0cd602879c assert: refine assertion message
This makes sure that the error message is more appropriate than
before by checking closer what operator is used and which is not.

It also increases the total number of lines printed to the user.

PR-URL: https://github.com/nodejs/node/pull/27525
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
2019-05-05 14:44:19 -07:00
..
2019-05-05 14:44:19 -07:00
2019-05-04 23:45:47 +08:00
2019-04-11 05:40:59 +02:00
2018-11-16 21:56:29 +09:00
2019-03-25 16:28:07 +01:00
2019-04-10 20:35:54 -04:00
2019-04-26 18:43:11 +02: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 modules can be changed at any time. Reliance on these modules outside of core is not supported in any way.