chore: update dependencies

This commit is contained in:
Simon Chan 2023-07-07 18:30:13 +08:00
parent 2abec924e8
commit 433f9b986f
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
150 changed files with 1690 additions and 1507 deletions

View file

@ -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`,
),
);
}