mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-26 00:55:08 +01:00
less information
This commit is contained in:
@@ -177,9 +177,7 @@ module.exports = class extends Generator {
|
||||
const configJsonString = JSON.stringify(this.props);
|
||||
const archive = new Archive( this.destinationPath('config.7z'), this.configurationPassword );
|
||||
|
||||
if( archive.writeEntry( 'config.json', configJsonString ) ) {
|
||||
console.log(chalk.bold.green( 'config archive was written' ));
|
||||
} else {
|
||||
if( !archive.writeEntry( 'config.json', configJsonString ) ) {
|
||||
console.log(chalk.bold.red( 'error! config archive was not written' ));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user