Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
silkentrance committed Feb 3, 2020
1 parent 327eb83 commit bcb43a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,12 @@

Users must install their own SIGINT handler and call process.exit() so that tmp's process
exit handler can do the cleanup.

The simplest handler possible would be

```
process.on('SIGINT', process.exit);
```

- [#206](https://github.com/raszi/node-tmp/issues/206)

Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -29,6 +29,8 @@ standard OS temporary directory, then you are free to override that as well.

## An Important Note on Compatibility

See the [CHANGELOG](./CHANGELOG.md) for more information.

### Version 0.1.0

Since version 0.1.0, all support for node versions < 0.10.0 has been dropped.
Expand Down

0 comments on commit bcb43a0

Please sign in to comment.