| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9fa7dcf commit b819848
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -936,7 +936,7 @@ import { readdir } from 'fs/promises'; | |||
| 936 | 936 | ||
| 937 | 937 | try { | |
| 938 | 938 | const files = await readdir(path); | |
| 939 | - for await (const file of files) | ||
| 939 | + for (const file of files) | ||
| 940 | 940 | console.log(file); | |
| 941 | 941 | } catch (err) { | |
| 942 | 942 | console.error(err); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments