Commit 7dad577
authored
fix: actually start with clean cache (#394)
The existing code didn't actually replace "self" so the first time the program launched with a stale cache, it actually kept the old cache's contents.
Tested:
- had a stale cache
- launched OD with attached debugger
- ensured cache did not have any values populated1 parent 1ecac3e commit 7dad577
1 file changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
209 | 214 | | |
210 | 215 | | |
211 | 216 | | |
212 | 217 | | |
213 | 218 | | |
214 | 219 | | |
| 220 | + | |
215 | 221 | | |
216 | 222 | | |
217 | 223 | | |
| |||
224 | 230 | | |
225 | 231 | | |
226 | 232 | | |
227 | | - | |
| 233 | + | |
228 | 234 | | |
229 | | - | |
230 | 235 | | |
231 | 236 | | |
232 | 237 | | |
| |||
0 commit comments