Update cliCommands.js
This commit is contained in:
committed by
GitHub
parent
766cd9a9b2
commit
2454c28f38
@@ -6,6 +6,7 @@ module.exports = {
|
||||
process.exit(1);
|
||||
break;
|
||||
case "reload":
|
||||
mapFunctions.clear()
|
||||
// Reloading the Function Map
|
||||
var path = `${mainDir}/modules`
|
||||
var folders = fs.readdirSync(path).filter(function (file) {
|
||||
@@ -26,4 +27,4 @@ module.exports = {
|
||||
break;
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user