Skip to content
This repository was 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
addaleax merged 1 commit intomasterfrom
fix-error-on-v14
Oct 22, 2020
Merged

fix: make pid file writing work under Node.js 14.x#174
addaleax merged 1 commit intomasterfrom
fix-error-on-v14

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

Comments