Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
- bug fix
  • Loading branch information
SkillfulElectro authored Jun 12, 2024
1 parent ccd24e4 commit ffd7623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function loadConfig(configPath) {
}
}

function config_check {
function config_check() {
const filePath = path.join(process.cwd(), 'MUTEXIS_KIT.json'); // Check if the file exists in the current directory
if (fs.existsSync(filePath)) {
loadConfig(filePath);
Expand Down

0 comments on commit ffd7623

Please sign in to comment.