mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 17:59:50 +02:00
refactor: code cleanup
This commit is contained in:
parent
c440e83828
commit
721b6c0da6
68 changed files with 1161 additions and 1036 deletions
|
@ -395,7 +395,7 @@ export class PackageManager extends AdbCommandBase {
|
|||
let installer: string | undefined;
|
||||
let uid: number | undefined;
|
||||
|
||||
// The output format is easier to parse backwards
|
||||
// The output format is easier to parse in backwards
|
||||
let index = line.indexOf(" uid:");
|
||||
if (index !== -1) {
|
||||
uid = Number.parseInt(line.substring(index + " uid:".length), 10);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue