This commit is contained in:
Jia Hao 2016-03-27 20:43:16 +08:00
parent 2cd251739e
commit f388ef83c6
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.9 MiB

View File

@ -39,7 +39,7 @@ function buildMain(options, callback) {
async.waterfall([ async.waterfall([
callback => { callback => {
progress.tick('infering'); progress.tick('inferring');
optionsFactory(options, callback); optionsFactory(options, callback);
}, },
(options, callback) => { (options, callback) => {