improve typings

This commit is contained in:
2017-03-04 12:05:53 +01:00
parent 1329513543
commit 57ddf4c45d
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ export class ThreadSimple {
}
run () {
let done = smartq.defer()
let done = smartq.defer<childProcess.ChildProcess>()
let forkPath = (() => {
if (workerBasePath) {
return plugins.path.join(workerBasePath, this.workerPath)