| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1003,6 +1003,14 @@ added: v15.0.0 | |||
| 1003 | 1003 | ||
| 1004 | 1004 | An attempt to invoke an unsupported crypto operation was made. | |
| 1005 | 1005 | ||
| 1006 | + <a id="ERR_DEBUGGER_ERROR"></a> | ||
| 1007 | + ### `ERR_DEBUGGER_ERROR` | ||
| 1008 | + <!-- YAML | ||
| 1009 | + added: REPLACEME | ||
| 1010 | + --> | ||
| 1011 | + | ||
| 1012 | + An error occurred with the [debugger][]. | ||
| 1013 | + | ||
| 1006 | 1014 | <a id="ERR_DLOPEN_FAILED"></a> | |
| 1007 | 1015 | ### `ERR_DLOPEN_FAILED` | |
| 1008 | 1016 | <!-- YAML | |
@@ -2827,6 +2835,7 @@ The native call from `process.cpuUsage` could not be processed. | |||
| 2827 | 2835 | [`util.getSystemErrorName(error.errno)`]: util.md#util_util_getsystemerrorname_err | |
| 2828 | 2836 | [`zlib`]: zlib.md | |
| 2829 | 2837 | [crypto digest algorithm]: crypto.md#crypto_crypto_gethashes | |
| 2838 | + [debugger]: debugger.md | ||
| 2830 | 2839 | [define a custom subpath]: packages.md#packages_subpath_exports | |
| 2831 | 2840 | [domains]: domain.md | |
| 2832 | 2841 | [event emitter-based]: events.md#events_class_eventemitter | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -890,6 +890,7 @@ E('ERR_CRYPTO_SCRYPT_INVALID_PARAMETER', 'Invalid scrypt parameter', Error); | |||
| 890 | 890 | E('ERR_CRYPTO_SCRYPT_NOT_SUPPORTED', 'Scrypt algorithm not supported', Error); | |
| 891 | 891 | // Switch to TypeError. The current implementation does not seem right. | |
| 892 | 892 | E('ERR_CRYPTO_SIGN_KEY_REQUIRED', 'No key provided to sign', Error); | |
| 893 | + E('ERR_DEBUGGER_ERROR', '%s', Error); | ||
| 893 | 894 | E('ERR_DIR_CLOSED', 'Directory handle was closed', Error); | |
| 894 | 895 | E('ERR_DIR_CONCURRENT_OPERATION', | |
| 895 | 896 | 'Cannot do synchronous work on directory handle with concurrent ' + | |
| Back | FazBrowse Home | New Git URL |
0 commit comments