Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SkillfulElectro authored Jun 5, 2024
1 parent f1935df commit 5cad889
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ function loadConfig(configPath) {
Object.assign(options, configOptions);
} catch (error) {
console.error('Error loading config file:', error);
}finally {

        fs.closeSync(fs.openSync(configPath, 'r'));
}
}

Expand Down

0 comments on commit 5cad889

Please sign in to comment.