mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-30 22:46:17 +02:00
Fix deprected on('data') -> onData for node-pty
This commit is contained in:
parent
a2f1e28894
commit
dd27a000a4
2 changed files with 2 additions and 2 deletions
|
@ -319,7 +319,7 @@ module.exports = class ArchiveUtil {
|
|||
}
|
||||
|
||||
let output = '';
|
||||
proc.on('data', data => {
|
||||
proc.onData(data => {
|
||||
// :TODO: hack for: execvp(3) failed.: No such file or directory
|
||||
|
||||
output += data;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue