File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ const fileInput = document.getElementById("file") as HTMLInputElement;
110110fileInput ?. addEventListener ( "change" , ( e : Event ) => {
111111 const target = e . target as HTMLInputElement ;
112112 const file = target . files ?. [ 0 ] ;
113-
113+
114114 if ( ! file ) return ;
115115
116116 const reader = new FileReader ( ) ;
Original file line number Diff line number Diff line change 1616 }
1717 },
1818 "scripts" : {
19- "check" : " biome check --write ./src/index.ts ./src/**/*.ts ./demo/** " ,
20- "check:ci" : " biome check ./src/**/*.ts ./demo/** " ,
19+ "check" : " biome check --write ./src/index.ts ./src/**/*.ts ./demo/*.ts " ,
20+ "check:ci" : " biome check ./src/**/*.ts ./demo/*.ts " ,
2121 "test" : " vitest --mode test --run" ,
2222 "dev" : " vite" ,
2323 "build:demo" : " vite build --mode demo" ,
You can’t perform that action at this time.
0 commit comments