Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix:
toString
PID number for writeFileSync
(second arg requires s…
…tring) (#573) Node 14 will no longer coerce incorrect types given to `writeFileSync`. The error thrown: ``` TypeError: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received type number ```
- Loading branch information