Commit 94d0f24
fix: create the cache directory before writing last-checked file
If the cache directory is gone, then, currently, writing the
last-checked file fails. This change ensures that the directory exists
before trying to write the file.
Co-authored-by: Nick Hale <4175918+njhale@users.noreply.github.com>
Signed-off-by: Donnie Adams <donnie@acorn.io>1 parent a356d09 commit 94d0f24
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
135 | 140 | | |
136 | 141 | | |
137 | 142 | | |
| |||
0 commit comments