mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-26 00:55:08 +01:00
renamed features to prompters
This commit is contained in:
@@ -9,7 +9,7 @@ const featureChoices = require(path.join(__dirname, "features.json"));
|
||||
const coinstring = require('coinstring');
|
||||
|
||||
let featurePromptModules = [];
|
||||
const normalizedPath = path.join(__dirname, "features");
|
||||
const normalizedPath = path.join(__dirname, "prompters");
|
||||
fs.readdirSync(normalizedPath).forEach(function(file) {
|
||||
featurePromptModules.push(require(path.join(normalizedPath,file)));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user