We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92fca59 commit ce49cb6Copy full SHA for ce49cb6
tools/dep_updaters/update-root-certs.mjs
@@ -28,7 +28,7 @@ const getCertdataURL = (version) => {
28
return certdataURL;
29
};
30
31
-const normalizeTD = (text) => {
+const normalizeTD = (text = '') => {
32
// Remove whitespace and any HTML tags.
33
return text?.trim().replace(/<.*?>/g, '');
34
0 commit comments