fix(web): use Array.from() for FileList to fix tsc type errors (#31398)

This commit is contained in:
lif
2026-01-22 19:51:24 +08:00
committed by GitHub
parent b9f718005c
commit e2d7fe9c72
9 changed files with 10 additions and 10 deletions

View File

@@ -125,7 +125,7 @@ jobs:
- name: Web type check
if: steps.changed-files.outputs.any_changed == 'true'
working-directory: ./web
run: pnpm run type-check:tsgo
run: pnpm run type-check
- name: Web dead code check
if: steps.changed-files.outputs.any_changed == 'true'