mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-11 15:51:06 +00:00
Fix typo
This commit is contained in:
parent
2cd251739e
commit
f388ef83c6
Binary file not shown.
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 1.9 MiB |
@ -39,7 +39,7 @@ function buildMain(options, callback) {
|
||||
|
||||
async.waterfall([
|
||||
callback => {
|
||||
progress.tick('infering');
|
||||
progress.tick('inferring');
|
||||
optionsFactory(options, callback);
|
||||
},
|
||||
(options, callback) => {
|
||||
|
Loading…
Reference in New Issue
Block a user