| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0017855 commit 0034820
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1159,6 +1159,11 @@ inspector was already connected. | |||
| 1159 | 1159 | While using the `inspector` module, an attempt was made to use the inspector | |
| 1160 | 1160 | after the session had already closed. | |
| 1161 | 1161 | ||
| 1162 | + <a id="ERR_INSPECTOR_COMMAND"></a> | ||
| 1163 | + ### ERR_INSPECTOR_COMMAND | ||
| 1164 | + | ||
| 1165 | + An error occurred while issuing a command via the `inspector` module. | ||
| 1166 | + | ||
| 1162 | 1167 | <a id="ERR_INSPECTOR_NOT_AVAILABLE"></a> | |
| 1163 | 1168 | ### ERR_INSPECTOR_NOT_AVAILABLE | |
| 1164 | 1169 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -706,6 +706,7 @@ E('ERR_INCOMPATIBLE_OPTION_PAIR', | |||
| 706 | 706 | 'Option "%s" can not be used in combination with option "%s"', TypeError); | |
| 707 | 707 | E('ERR_INSPECTOR_ALREADY_CONNECTED', '%s is already connected', Error); | |
| 708 | 708 | E('ERR_INSPECTOR_CLOSED', 'Session was closed', Error); | |
| 709 | + E('ERR_INSPECTOR_COMMAND', 'Inspector error %d: %s', Error); | ||
| 709 | 710 | E('ERR_INSPECTOR_NOT_AVAILABLE', 'Inspector is not available', Error); | |
| 710 | 711 | E('ERR_INSPECTOR_NOT_CONNECTED', 'Session is not connected', Error); | |
| 711 | 712 | E('ERR_INVALID_ADDRESS_FAMILY', 'Invalid address family: %s', RangeError); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments