Skip to content

Commit

Permalink
break
Browse files Browse the repository at this point in the history
  • Loading branch information
rooklift committed Oct 4, 2022
1 parent 8adcbf6 commit 43fc477
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/config_io.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ function apply_fixes() {
if (typeof n !== "number") {
config[key] = Array.from(exports.defaults[key]);
console.log(`Invalid config.${key} (interval value)... replacing with default`);
break;
}
}
config[key].sort((a, b) => a - b);
Expand Down

0 comments on commit 43fc477

Please sign in to comment.