fix async loop execution

This commit is contained in:
2017-03-11 02:27:48 +01:00
parent 798c909f1e
commit af74e730cc
9 changed files with 45 additions and 62 deletions

View File

@@ -8,6 +8,7 @@ export import projectinfo = require('projectinfo');
export import q = require('smartq');
export declare let request: any;
export import smartcli = require('smartcli');
export import smartdelay = require('smartdelay');
export import smartfile = require('smartfile');
export import shelljs = require('shelljs');
export import smartparam = require('smartparam');