We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a9d776 commit c97de97Copy full SHA for c97de97
lib/spawnify.js
@@ -191,7 +191,7 @@ Spawnify.prototype._setListeners = function setListeners(child) {
191
192
if (child.stdout) {
193
child.stdout
194
- .pipe(win.unicodify)
+ .pipe(win.unicodify())
195
.setEncoding('utf8')
196
.on('data', (data) => {
197
this._emit('data', data);
package.json
@@ -25,7 +25,7 @@
25
"tildify": "^2.0.0",
26
"try-catch": "^3.0.0",
27
"untildify": "^4.0.0",
28
- "win32": "^5.0.1"
+ "win32": "^5.1.12"
29
},
30
"devDependencies": {
31
"eslint": "^7.18.0",
0 commit comments