mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-06 03:50:18 +02:00
feat: rename childprocess to subprocess
This commit is contained in:
parent
443190e22a
commit
1a8891d4fc
22 changed files with 185 additions and 211 deletions
|
@ -9,7 +9,7 @@ export class Settings extends AdbCommandBase {
|
|||
// TODO: `--user <user>` argument
|
||||
|
||||
public base(command: string, namespace: SettingsNamespace, ...args: string[]) {
|
||||
return this.adb.childProcess.spawnAndWaitLegacy(['settings', command, namespace, ...args]);
|
||||
return this.adb.subprocess.spawnAndWaitLegacy(['settings', command, namespace, ...args]);
|
||||
}
|
||||
|
||||
public get(namespace: SettingsNamespace, key: string) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue