Skip to content
This repository was archived by the owner on Jun 18, 2021. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ node -r nodereport app.js
```
A NodeReport will be triggered automatically on unhandled exceptions and fatal
error events (for example out of memory errors), and can also be triggered
by sending a USR2 signal to a Node.js process (Linux/MacOS only).
by sending a USR2 signal to a Node.js process (AIX/Linux/MacOS only).

A NodeReport can also be triggered via an API call from a JavaScript
application.
Expand Down