| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5c35ea2 commit 8e35358
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -186,14 +186,14 @@ describe("Format", () => { | |||
| 186 | 186 | Formatter.gofmt.enabled = async () => { | |
| 187 | 187 | active++ | |
| 188 | 188 | max = Math.max(max, active) | |
| 189 | - await Bun.sleep(20) | ||
| 189 | + await Promise.resolve() | ||
| 190 | 190 | active-- | |
| 191 | 191 | return ["sh", "-c", "true"] | |
| 192 | 192 | } | |
| 193 | 193 | Formatter.mix.enabled = async () => { | |
| 194 | 194 | active++ | |
| 195 | 195 | max = Math.max(max, active) | |
| 196 | - await Bun.sleep(20) | ||
| 196 | + await Promise.resolve() | ||
| 197 | 197 | active-- | |
| 198 | 198 | return ["sh", "-c", "true"] | |
| 199 | 199 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments