chore: update dependencies

This commit is contained in:
Simon Chan 2024-01-20 22:10:47 +08:00
parent 9dabcbcb0b
commit 1f162ad324
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
34 changed files with 510 additions and 371 deletions

View file

@ -384,7 +384,7 @@ export interface LogSize {
export class Logcat extends AdbCommandBase {
static logIdToName(id: LogId): string {
return LogId[id]!;
return LogId[id];
}
static logNameToId(name: string): LogId {