Files
zulip/web/tests/watchdog.test.js
Prakhar Pratyush c539b8ee46 watchdog: Handle exception in callback.
Earlier, in the 'check_for_unsuspend' function, we didn't
handle the exception, if any, during callback execution,
resulting in 'watchdog_time' not always being updated.

This commit handles the exception using the try/catch block.

Fixes #27723.
2023-11-19 15:04:58 -08:00

2.1 KiB