Commit 72f69c1
authored
make the invalidation reason easier to read (vercel/turborepo#4669)
### Description
before:
```
event - 141 requests (e. g. GET /api/exp) 22s
```
after:
```
event - 141 requests (GET /api/exp, ...) 22s
```1 parent f1e9916 commit 72f69c1
File tree
2 files changed
+2
-2
lines changed- crates
- turbo-tasks-fs/src
- turbopack-dev-server/src
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments