mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
linkifiers: Add missing coverage ignore.
This was incorrectly missing in the last linkifiers commit.
This commit is contained in:
parent
dcb72448d8
commit
c58e893cb6
@ -69,6 +69,7 @@ function python_to_js_linkifier(pattern: string, url: string): [RegExp | null, s
|
||||
blueslip.error("python_to_js_linkifier: " + error.message);
|
||||
} else {
|
||||
// Don't swallow any other (unexpected) exceptions.
|
||||
/* istanbul ignore next */
|
||||
throw error;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user