Skip to content

Commit 6115bb2

Browse files
committed
more fixes
1 parent f9b6eb7 commit 6115bb2

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
]
5757
},
5858
"engines": {
59-
"node": ">=18.0"
59+
"node": ">=20.0"
6060
}
6161
}

plugins/cls-loader/src/plugin/classes.ts

+1
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ function reshapeHTML(text) {
202202
if (Array.isArray(text)) {
203203
text = text.join(" ");
204204
}
205+
return text;
205206
text = text.replaceAll(/\[/gi, "\[");
206207
text = text.replaceAll(/\]/gi, "\]");
207208
text = text.replaceAll(/\<br\s*\/?\>/gi, "\n\n");

static/img/intersystems-docs.svg

+1
Loading

0 commit comments

Comments
 (0)