Skip to content

Commit

Permalink
fix log for config
Browse files Browse the repository at this point in the history
  • Loading branch information
cenfun committed Nov 6, 2024
1 parent 966177c commit 6e1433a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ class CoverageReport {
return;
}

Util.logInfo(`Loaded: ${EC.cyan(configPath)}`);
Util.logInfo(`Loaded: ${EC.cyan(Util.relativePath(configPath))}`);

// init options again
this.options = {
Expand Down

0 comments on commit 6e1433a

Please sign in to comment.