mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
Spider raises exceptions when errors like FileNotFound are detected. However, these did not set error state before exiting causing spider to fail silently. This patch sets the status causing exceptions to exit with non-zero exit status.