saem / vscode-nim

Other
179 stars 23 forks source link

fix existsSync logic for triggering mkdirSync #62

Closed dylanmcdiarmid closed 2 years ago

dylanmcdiarmid commented 2 years ago

This was giving errors when running a file if the output directory already existed, it appears the logic was just reversed.

saem commented 2 years ago

Thanks!