You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/web/code-web.js
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -395,8 +395,7 @@ async function handleRoot(req, res) {
395
395
.replace('{{WORKBENCH_WEB_CONFIGURATION}}',()=>escapeAttribute(JSON.stringify(webConfigJSON)))// use a replace function to avoid that regexp replace patterns ($&, $0, ...) are applied
0 commit comments