- 
 
- 
  Notifications
 You must be signed in to change notification settings 
- Fork 75
Commit 866f234
Make caching work by removing comments
Path is a multiline string, which includes comments in its value. This
means that the caching was not working at all, because it would include
the comment in the path. Here I'm moving the comments, which fixes the
caching so it works.1 parent b5e5714 commit 866f234
2 files changed
+18
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 28 | 28 |  | |
| 29 | 29 |  | |
| 30 | 30 |  | |
| 31 | + | ||
| 32 | + | ||
| 33 | + | ||
| 34 | + | ||
| 35 | + | ||
| 31 | 36 |  | |
| 32 | - | ||
| 33 | - | ||
| 34 | - | ||
| 35 | - | ||
| 37 | + | ||
| 38 | + | ||
| 39 | + | ||
| 40 | + | ||
| 36 | 41 |  | |
| 37 | 42 |  | |
| 38 | 43 |  | |
|  | |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 92 | 92 |  | |
| 93 | 93 |  | |
| 94 | 94 |  | |
| 95 | + | ||
| 96 | + | ||
| 97 | + | ||
| 98 | + | ||
| 99 | + | ||
| 95 | 100 |  | |
| 96 | - | ||
| 97 | - | ||
| 98 | - | ||
| 99 | - | ||
| 101 | + | ||
| 102 | + | ||
| 103 | + | ||
| 104 | + | ||
| 100 | 105 |  | |
| 101 | 106 |  | |
| 102 | 107 |  | |
|  | |||
0 commit comments