From 6e1433afa9dcca314309e3c5213ebf2eb2c685cb Mon Sep 17 00:00:00 2001 From: cenfun Date: Wed, 6 Nov 2024 08:18:48 +0800 Subject: [PATCH] fix log for config --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index a83025c..802f81f 100644 --- a/lib/index.js +++ b/lib/index.js @@ -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 = {