From a3bd039bcf69828b7443259348192f959169f0ad Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 23 Apr 2017 15:55:37 +0900 Subject: Refactoring --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/index.ts') diff --git a/src/index.ts b/src/index.ts index 6e9341f910..04c4226aa1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -121,7 +121,7 @@ async function init(): Promise { return config; } -function spawnWorkers(onComplete: any) { +function spawnWorkers(onComplete: Function) { // Count the machine's CPUs const cpuCount = os.cpus().length; -- cgit v1.3.1-freya