cwtools / cwtools-vscode

A VS Code extension providing language server support for paradox script files using cwtools
Other
88 stars 12 forks source link

Fix reading zero-length zip archive #94

Open nikitalita opened 10 months ago

nikitalita commented 10 months ago

The Galactic Paragons expansion for Stellaris has a null zip file that causes createZippedDirectory() to choke. Adding a try block fixes this.