From ffd7623543edad4b695426b80d8b88d6bd1ebc42 Mon Sep 17 00:00:00 2001 From: ElectroMutex <97535877+SkillfulElectro@users.noreply.github.com> Date: Wed, 12 Jun 2024 11:00:13 +0330 Subject: [PATCH] Update main.js - bug fix --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index c1cff0c..3e574cb 100644 --- a/main.js +++ b/main.js @@ -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);