mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +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);
|
blueslip.error("python_to_js_linkifier: " + error.message);
|
||||||
} else {
|
} else {
|
||||||
// Don't swallow any other (unexpected) exceptions.
|
// Don't swallow any other (unexpected) exceptions.
|
||||||
|
/* istanbul ignore next */
|
||||||
throw error;
|
throw error;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user