Fix deprected on('data') -> onData for node-pty

This commit is contained in:
Bryan Ashby 2020-10-15 20:56:31 -06:00
parent a2f1e28894
commit dd27a000a4
No known key found for this signature in database
GPG key ID: B49EB437951D2542
2 changed files with 2 additions and 2 deletions

View file

@ -426,7 +426,7 @@ exports.getModule = class TransferFileModule extends MenuModule {
}
});
externalProc.on('data', data => {
externalProc.onData(data => {
updateActivity();
// needed for things like sz/rz