mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 15:01:57 +01:00
debt - reduce usage of explicit any
This commit is contained in:
@@ -128,7 +128,7 @@ export async function main(argv: string[]): Promise<any> {
|
||||
|
||||
delete env['ELECTRON_RUN_AS_NODE'];
|
||||
|
||||
const processCallbacks: ((child: ChildProcess) => Promise<any>)[] = [];
|
||||
const processCallbacks: ((child: ChildProcess) => Promise<void>)[] = [];
|
||||
|
||||
const verbose = args.verbose || args.status;
|
||||
if (verbose) {
|
||||
|
||||
Reference in New Issue
Block a user