Skip to content

Commit 08d88dc

Browse files
committed
fix(spawnify) unicodify do not returns a function
1 parent 5c5bcbd commit 08d88dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/spawnify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Spawnify.prototype._setListeners = function setListeners(child) {
191191

192192
if (child.stdout) {
193193
child.stdout
194-
.pipe(win.unicodify())
194+
.pipe(win.unicodify)
195195
.setEncoding('utf8')
196196
.on('data', (data) => {
197197
this._emit('data', data);

0 commit comments

Comments
 (0)