Skip to content

Commit fbbd4f6

Browse files
committed
right args for stream end
1 parent df26c23 commit fbbd4f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cloud/social/provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ class Connection {
595595
R({
596596
message: 'command output to STDERR: ' + data.toString()
597597
});
598-
}).on('end', (code: any, signal: any) => {
598+
}).on('end', () => {
599599
log.debug('%1: exec stream end', this.name_);
600600
});
601601
});

0 commit comments

Comments
 (0)