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 7e83023 commit 0193b05Copy full SHA for 0193b05
packages/utils/src/saved-reports.js
@@ -53,6 +53,7 @@ function clearSavedLHRs() {
53
}
54
55
function getSavedReportsDirectory() {
56
+ ensureDirectoryExists();
57
return LHCI_DIR;
58
59
0 commit comments