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