mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-05 10:49:24 +02:00
chore: update dependencies
This commit is contained in:
parent
9dabcbcb0b
commit
1f162ad324
34 changed files with 510 additions and 371 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue