mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 09:49:24 +02:00
chore: prepare for next release
This commit is contained in:
parent
3e5d180699
commit
94ae82eef3
34 changed files with 355 additions and 143 deletions
|
@ -160,7 +160,7 @@ export class AdbScrcpyClient {
|
|||
.pipeThrough(new DecodeUtf8Stream())
|
||||
.pipeThrough(new SplitStringStream("\n"));
|
||||
|
||||
// Read stdout, otherwise `process.exit` won't resolve.
|
||||
// Must read all streams, otherwise the whole connection will be blocked.
|
||||
const output: string[] = [];
|
||||
const abortController = new AbortController();
|
||||
const pipe = stdout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue