Sol-Client / client

A fairly good Minecraft client I guess!
https://sol-client.github.io/
GNU General Public License v3.0
189 stars 44 forks source link

[Launcher] Replace deprecated functions #110

Closed notiriscent closed 1 year ago

notiriscent commented 1 year ago

Replaced fs.rmdirSync() (deprecated) with fs.rmSync().

:)