Skip to content

Commit ca64859

Browse files
should not make a difference but not worse...
Co-authored-by: Kirill Müller <[email protected]>
1 parent 580031b commit ca64859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/zzz.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
remove_old_cache_files <- function() {
2121
all_cached <- list.files(
2222
R.cache::getCachePath(c("styler", styler_version)),
23-
full.names = TRUE
23+
full.names = TRUE, recursive = TRUE
2424
)
2525
date_boundary <- Sys.time() - 60 * 60 * 24 * 6
2626
file.remove(

0 commit comments

Comments
 (0)