Shopify / theme-check

The Ultimate Shopify Theme Linter
Other
334 stars 96 forks source link

Prevent server from hanging on error #623

Closed charlespwd closed 1 year ago

charlespwd commented 1 year ago

For some reason, sometimes $stderr.puts err.full_message hangs. And I mean the word used, it hangs. It doesn't raise an error. This is annoying because you end up with a 100% CPU instead of logging the error you're meaning to handle.

This PR wraps the error printing into timeouts so that they print and stop hanging.

Super ironic.

Fixes #622