mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-06 03:50:18 +02:00
parent
d96b4d2b8c
commit
d1e3c771c9
19 changed files with 367 additions and 172 deletions
|
@ -237,7 +237,7 @@ export class Adb {
|
|||
const gatherStream = new GatherStringStream();
|
||||
await socket.readable
|
||||
.pipeThrough(new DecodeUtf8Stream())
|
||||
.pipeTo(gatherStream.writable);
|
||||
.pipeTo(gatherStream);
|
||||
return gatherStream.result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue