Skip to content

Commit

Permalink
fixup! fixup! src: set signal inspector io thread name
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed Jan 3, 2025
1 parent 42055e5 commit a22bc75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/api/worker_threads.md
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,9 @@ changes:
* Maximum sizes:
* Windows: 32,767 characters
* macOS: 64 characters
* Other systems: 16 characters
* Linux: 16 characters
* NetBSD: limited to `PTHREAD_MAX_NAMELEN_NP`
* FreeBSD and OpenBSD: limited to `MAXCOMLEN`
**Default:** `'WorkerThread'`.

### Event: `'error'`
Expand Down

0 comments on commit a22bc75

Please sign in to comment.