debt - reduce usage of explicit any

This commit is contained in:
Benjamin Pasero
2020-02-28 11:33:55 +01:00
parent e5834d3280
commit a949694b25
49 changed files with 258 additions and 299 deletions

View File

@@ -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) {