mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-16 09:26:48 -05:00
A lot of Net functions returned Promises that would not reliably resolve/reject if a Net request failed. This fixes it so they should now all reliably reject on request failure. (Yes, this fixes the ladder issues and memory leak in Main.) |
||
|---|---|---|
| .. | ||
| crashlogger.ts | ||
| DASHYCODE.md | ||
| dashycode.ts | ||
| fs.ts | ||
| net.ts | ||
| process-manager.ts | ||
| repl.ts | ||
| STREAMS.md | ||
| streams.ts | ||
| utils.ts | ||