diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-04-23 15:55:37 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-04-23 15:55:37 +0900 |
| commit | a3bd039bcf69828b7443259348192f959169f0ad (patch) | |
| tree | 8e7eadd7fc67594575635f33ff46bf217c379906 /src/index.ts | |
| parent | Refactoring (diff) | |
| download | misskey-a3bd039bcf69828b7443259348192f959169f0ad.tar.gz misskey-a3bd039bcf69828b7443259348192f959169f0ad.tar.bz2 misskey-a3bd039bcf69828b7443259348192f959169f0ad.zip | |
Refactoring
Diffstat (limited to 'src/index.ts')
| -rw-r--r-- | src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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<Config> { return config; } -function spawnWorkers(onComplete: any) { +function spawnWorkers(onComplete: Function) { // Count the machine's CPUs const cpuCount = os.cpus().length; |