mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-30 19:15:27 +01:00
splash is now always shown
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user