Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: properly handle child process stdio chunking (#409)
* fix: properly handle child process stdio chunking Converting individual chunks from UTF-8 to JS strings is problematic because it does not handle UTF-8 characters that are split across chunks properly. Use the proper way of reading string data from streams instead. * fix: update bufHandler after main merge --------- Co-authored-by: Keeley Hammond <vertedinde@electronjs.org>
- Loading branch information