This repository has been archived by the owner on Jul 10, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make pid file writing work under Node.js 14.x (#174)
Node.js 14.x expects a string or Buffer, not a plain number, as the `data` argument of `fs.writeFile()`.
- Loading branch information