Skip to content

Commit

Permalink
docs: update exit event
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak1556 committed Sep 13, 2022
1 parent b669d3f commit 9107e61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/utility-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ Returns:
* `event` Event
* `code` number

Emitted when the child process has a normal termination.
For other abnormal exit cases listen to the [`child-process-gone` event of `app`](app.md#event-child-process-gone).
Emitted after the child process ends. `code` contains the exit code for
the process obtained from waitpid on posix, or GetExitCodeProcess on windows.

#### Event: 'message'

Expand Down

0 comments on commit 9107e61

Please sign in to comment.