diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md index c59845a1e16..c56411318da 100644 --- a/doc/api/worker_threads.md +++ b/doc/api/worker_threads.md @@ -584,6 +584,8 @@ exited by calling [`process.exit()`][], the `exitCode` parameter will be the passed exit code. If the worker was terminated, the `exitCode` parameter will be `1`. +This is the final event emitted by any `Worker` instance. + ### Event: `'message'`