Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

fix: make pid file writing work under Node.js 14.x #174

Merged
merged 1 commit into from
Oct 22, 2020

Conversation

addaleax
Copy link
Contributor

Node.js 14.x expects a string or Buffer, not a plain number, as the
data argument of fs.writeFile().

Node.js 14.x expects a string or Buffer, not a plain number, as the
`data` argument of `fs.writeFile()`.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant