fix extractZip

This commit is contained in:
Iuri Matias 2018-07-09 16:30:27 +03:00
parent 0a979b7fab
commit 6702d0583e

View File

@ -23,7 +23,7 @@ class TemplateGenerator {
file.path = utils.joinPath(...fixed_path);
return file;
}
}).then(() => {
}, () => {
self.installTemplate(fspath, name, true);
});
});