IOnError Type
Emitted when the child process needs to terminate due to non continuable error from V8.No matter if you listen to the error event, the exit event will be emitted after the child process terminates.
Instance members
| Instance member |
Description
|
Full Usage:
this.location
Modifiers: abstract |
Source location from where the error originated. |
Full Usage:
this.report
Modifiers: abstract |
Node.js diagnostic report. |
Full Usage:
this.type
Modifiers: abstract |
Type of error. One of the following values: |
fable-electron-docs-api