mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 14:35:27 +00:00
linkifiers: Add missing coverage ignore.
This was incorrectly missing in the last linkifiers commit.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user