splash is now always shown

This commit is contained in:
jash
2018-10-15 15:05:39 +02:00
committed by kexkey
parent 26ddffa147
commit a9b45fb667

View File

@@ -93,12 +93,13 @@ module.exports = class extends Generator {
}
async prompting() {
await splash();
if( this.recreate ) {
// no prompts
return;
}
await splash();
let prompts = [];
for( let m of prompters ) {