Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
NullDev authored Aug 1, 2023
1 parent 6b77706 commit d564582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const deepMerge = function(target, source){
};

try {
await fs.access("./config/config.js");
await fs.access("./config/config.custom.js");
}
catch (error){
Log.error("Config file not found. To create one, either copy 'config.template.js' and rename it to 'config.custom.js' or run 'npm run generate-config'.");
Expand Down

0 comments on commit d564582

Please sign in to comment.