mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 17:59:50 +02:00
feat(adb): rewrite process spawner API (#739)
This commit is contained in:
parent
46e78401a4
commit
d3019ce738
75 changed files with 1422 additions and 1022 deletions
|
@ -14,7 +14,7 @@ function nodeSocketToConnection(
|
|||
): AdbServerClient.ServerConnection {
|
||||
socket.setNoDelay(true);
|
||||
|
||||
const closed = new Promise<void>((resolve) => {
|
||||
const closed = new Promise<undefined>((resolve) => {
|
||||
socket.on("close", resolve);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue