Commit 761fb7b
committed
fix: update diagnostics temp file prefix from roo- to zoo-
The temporary diagnostics filename in diagnosticsHandler.ts still used
the old 'roo-' prefix instead of the project's 'zoo-' prefix. This was
introduced during the rebrand and missed in the initial sweep.
Changes:
- diagnosticsHandler.ts: roo-diagnostics- → zoo-diagnostics-
- diagnosticsHandler.spec.ts: update 2 assertions to match new prefix
Fixes Zoo-Code-Org#1931 parent a2bf4e8 commit 761fb7b
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments