We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a653f commit 6532db2Copy full SHA for 6532db2
src/tools/percy-snapshot-utils/detect-test-files.ts
@@ -14,6 +14,7 @@ import {
14
} from "../percy-snapshot-utils/constants.js";
15
16
import { DetectionConfig } from "../percy-snapshot-utils/types.js";
17
+import logger from "../../logger.js";
18
19
async function walkDir(
20
dir: string,
@@ -37,7 +38,7 @@ async function walkDir(
37
38
}
39
40
} catch {
- // ignore
41
+ logger.info("Failed to read user directory");
42
43
44
return result;
0 commit comments