code-ps: rename renderer => window and change cli to "-s, --status" (for #39262)

This commit is contained in:
Benjamin Pasero
2017-12-01 12:21:52 +01:00
parent ec0250d254
commit 3eda4250b8
6 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ export async function main(argv: string[]): TPromise<any> {
let processCallbacks: ((child: ChildProcess) => Thenable<any>)[] = [];
const verbose = args.verbose || args.ps;
const verbose = args.verbose || args.status;
if (verbose) {
env['ELECTRON_ENABLE_LOGGING'] = '1';