Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: avoid truncated output on macOS (#503)
Use console.log() instead of process.stdout.write() will avoid potential output truncation on macOS.
- Loading branch information