Skip to content

Commit

Permalink
Small logs corrections.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulDalek committed Feb 14, 2025
1 parent 4200623 commit d258e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export function setCliOptions(cliArgs) {
// Update global options with validated values from the `configOptions`
updateOptions(configOptions);
} catch (error) {
log(2, '[validation] No options added from the `--loadConfig` option.');
log(2, '[config] No options added from the `--loadConfig` option.');
}

try {
Expand All @@ -129,7 +129,7 @@ export function setCliOptions(cliArgs) {
// Update global options with validated values from the `cliOptions`
updateOptions(cliOptions, false, false);
} catch (error) {
log(2, '[validation] No options added from the CLI arguments.');
log(2, '[config] No options added from the CLI arguments.');
}
}

Expand Down

0 comments on commit d258e74

Please sign in to comment.