Commit 9210cb9
stephanbuettig
fix: strip null bytes from copied files, add missing package-lock.json
Several source files contained trailing NULL bytes introduced by the
cross-filesystem copy (Windows CIFS mount → Linux). This caused
export-filenames.ts and others to be detected as binary, breaking
the build.
Affected files cleaned: export-filenames.ts, zip-export-formats.ts,
export.ts, http-export-card.tsx, zip-export.spec.ts, ui-store.ts.
Also adds the missing package-lock.json update for the fflate
dependency added in package.json.1 parent 963a2e6 commit 9210cb9
7 files changed
Lines changed: 21 additions & 10 deletions
File tree
- src
- components/view/http
- model/ui
- util
- test/unit/workers
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 | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |