| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 658dd40 commit cbc8561
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -997,11 +997,6 @@ While using `N-API`, `Constructor.prototype` was not an object. | |||
| 997 | 997 | An attempt was made to use features that require [ICU][], but Node.js was not | |
| 998 | 998 | compiled with ICU support. | |
| 999 | 999 | ||
| 1000 | - <a id="ERR_OUTOFMEMORY"></a> | ||
| 1001 | - ### ERR_OUTOFMEMORY | ||
| 1002 | - | ||
| 1003 | - An operation caused an out-of-memory condition. | ||
| 1004 | - | ||
| 1005 | 1000 | <a id="ERR_SOCKET_ALREADY_BOUND"></a> | |
| 1006 | 1001 | ### ERR_SOCKET_ALREADY_BOUND | |
| 1007 | 1002 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -264,7 +264,6 @@ E('ERR_NAPI_CONS_FUNCTION', 'Constructor must be a function'); | |||
| 264 | 264 | E('ERR_NAPI_CONS_PROTOTYPE_OBJECT', 'Constructor.prototype must be an object'); | |
| 265 | 265 | E('ERR_NO_CRYPTO', 'Node.js is not compiled with OpenSSL crypto support'); | |
| 266 | 266 | E('ERR_NO_ICU', '%s is not supported on Node.js compiled without ICU'); | |
| 267 | - E('ERR_OUTOFMEMORY', 'Out of memory'); | ||
| 268 | 267 | E('ERR_PARSE_HISTORY_DATA', 'Could not parse history data in %s'); | |
| 269 | 268 | E('ERR_REQUIRE_ESM', 'Must use import to load ES Module: %s'); | |
| 270 | 269 | E('ERR_SOCKET_ALREADY_BOUND', 'Socket is already bound'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments