Bug fixes
This commit is contained in:
@@ -92,7 +92,7 @@ exports.load_config = function () {
|
||||
config_path = path.join(cwd, 'config.json');
|
||||
|
||||
console.log(`Config file (config.json) not found under ${config_directory}. Using config in CWD. ${cwd}`);
|
||||
found_config_path = path.join(cwd, 'config.json');
|
||||
let found_config_path = path.join(cwd, 'config.json');
|
||||
|
||||
fs.copyFileSync(found_config_path, config_path);
|
||||
console.log(`Found config file copied: ${config_directory}`);
|
||||
|
||||
Reference in New Issue
Block a user