mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-06 06:26:24 +01:00
making sure devmode exists
This commit is contained in:
@@ -28,10 +28,13 @@ module.exports = class extends Generator {
|
||||
} else {
|
||||
this.props = {
|
||||
'derivation_path': '0/n',
|
||||
'installer': 'docker'
|
||||
'installer': 'docker',
|
||||
'devmode': false
|
||||
};
|
||||
}
|
||||
|
||||
this.props.devmode = this.props.devmode || false;
|
||||
|
||||
this.featureChoices = featureChoices;
|
||||
for( let c of this.featureChoices ) {
|
||||
c.checked = this._isChecked( 'features', c.value );
|
||||
|
||||
Reference in New Issue
Block a user