mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-04 02:09:18 +02:00
chore: update dependencies
This commit is contained in:
parent
2abec924e8
commit
433f9b986f
150 changed files with 1690 additions and 1507 deletions
|
@ -64,8 +64,8 @@ export class Cmd extends AdbCommandBase {
|
|||
if (supportsAbb) {
|
||||
return new Protocol(
|
||||
await this.adb.createSocket(
|
||||
`${service}:${command}\0${args.join("\0")}\0`
|
||||
)
|
||||
`${service}:${command}\0${args.join("\0")}\0`,
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue