mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-24 12:13:16 +00:00
Fixed bug, where _write didn't return a value. This is important, because of bugfix with Polyfill for stream, which accidentally ignored this return value
This commit is contained in:
@@ -193,6 +193,7 @@ function windows_terminal() {
|
||||
this.terminal._WriteBuffer(chunk);
|
||||
flush();
|
||||
}
|
||||
return (true);
|
||||
},
|
||||
'final': function (flush) {
|
||||
var p = this.terminal._stop();
|
||||
|
||||
Reference in New Issue
Block a user