Skip to content

Commit 0193b05

Browse files
committed
fix(utils): create directory when requested
1 parent 7e83023 commit 0193b05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/utils/src/saved-reports.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ function clearSavedLHRs() {
5353
}
5454

5555
function getSavedReportsDirectory() {
56+
ensureDirectoryExists();
5657
return LHCI_DIR;
5758
}
5859

0 commit comments

Comments
 (0)