linkifiers: Add missing coverage ignore.

This was incorrectly missing in the last linkifiers commit.
This commit is contained in:
Tim Abbott
2023-03-06 10:56:53 -08:00
parent dcb72448d8
commit c58e893cb6

View File

@@ -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;
}
}