Files
node/lib
cjihrig c246f813f8 errors: provide defaults for unmapped uv errors
libuv does not map 100% of errors. When an unmapped error is
encountered, the Map returns undefined, which is then
unsuccessfully destructured, causing an exception. This commit
adds a default value in the event of an unmapped error.

PR-URL: https://github.com/nodejs/node/pull/29288
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2019-08-27 11:27:33 -07:00
..
2019-08-23 06:28:36 -07:00
2019-08-19 12:56:08 -07:00
2019-07-15 00:04:50 +02:00
2019-08-27 20:06:09 +08:00
2019-08-23 13:59:07 -07:00
2019-07-17 20:59:12 -07:00
2019-04-29 20:46:53 +08:00