Commit 324d6a6
committed
chore: depend on @dcl/abgen-node 0.15.2
0.15.2 restores the case-insensitive collapse of oversized bundle names,
which was reverted from abgen before 0.15.0 and so is broken in the
version this branch pinned: a Windows bundle name long enough to collapse
was written under one digest and looked up under another. Preview is
exactly where that bites, since the local scene is converted and served
by the same process.
Also carries the refusal to write filename components that cannot fit in
NAME_MAX, which now fails with the offending path instead of the OS's
ENAMETOOLONG from somewhere inside a conversion.1 parent 944c8a3 commit 324d6a6
2 files changed
Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments