wbond / package_control

The Sublime Text package manager
https://packagecontrol.io
4.78k stars 814 forks source link

Fix http cache path creation #1538

Closed deathaxe closed 3 years ago

deathaxe commented 3 years ago

Fixes https://github.com/sublimehq/sublime_text/issues/3964

This PR fixes an error which causes http_cache folder not to be created in case the whole Cache/Package Control path was removed during runtime.

wbond commented 3 years ago

Thanks!