Commit 2c71e6b
authored
fix: use windows-compatible filename (#1070)
Cloning the JSR repository may yield errors on Windows, which seems to
stem from the `cloudtrace:v2.ts` file. This is because [semicolon may
not be a valid character in file
names](https://stackoverflow.com/a/31976060).

To make it easier for Window's users to contribute without errors, I
suggest renaming `cloudtrace:v2.ts` to `cloudtrace.v2.ts`.1 parent d83571f commit 2c71e6b
3 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments