mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
Stub the blueslip module to print a nicely formatted traceback. Earlier the traceback used to be only a `ReferenceError` because blueslip was not stubbed. Fixes: #4021.