We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
davesnx
mackermans
Learn more about funding links in repositories.
Report abuse
1 parent fc9d680 commit f0d722fCopy full SHA for f0d722f
src/exec.js
@@ -18,6 +18,7 @@ const exec = (command, args, stdin, cwd) => {
18
process.stdin.end()
19
}
20
21
+ process.stdout.setEncoding('utf-8');
22
process.stdout.on('data', data => {
23
stdout += data
24
})
0 commit comments