chore: replace all on node14

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-06-02 15:13:41 +02:00
parent 77f60d0397
commit 1c9a0e4787
+1 -1
View File
@@ -943,7 +943,7 @@ async function buildDocs({
const filename: string = super._getFilenameForApiItem(apiItem);
if (filename.includes('.html.')) {
return filename.replaceAll('.html.', '._html.');
return filename.replace(/\.html\./g, '._html.');
}
return filename;