AtomLinter / linter-glsl

Atom package that lints GLSL shaders on the fly.
https://atom.io/packages/linter-glsl
MIT License
15 stars 6 forks source link

Return null on failure #61

Closed Arcanemagus closed 7 years ago

Arcanemagus commented 7 years ago

When something goes wrong creating the temp file or parsing the results just return null so Linter doesn't update any current results it has instead of returning undefined (which is an invalid response!).

Fixes #57.