mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-04-24 15:00:11 -05:00
Previously, this was limited by a depth check that always got hit, meaning it never fully properly cleaned out the module tree (most likely due to the fact the uncacheModuleTree call would loop around to the same module through recursion, meaning mod.children never got deleted, so it never stopped looping). This commit fixes that. |
||
|---|---|---|
| .. | ||
| crashlogger.ts | ||
| DASHYCODE.md | ||
| dashycode.ts | ||
| database.ts | ||
| fs.ts | ||
| index.ts | ||
| net.ts | ||
| postgres.ts | ||
| process-manager.ts | ||
| repl.ts | ||
| sql.ts | ||
| STREAMS.md | ||
| streams.ts | ||
| utils.ts | ||