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 33fa5a3 commit 057b981Copy full SHA for 057b981
extension/src/json-viewer/url-pattern.js
@@ -70,4 +70,4 @@ function absolutePath() {
70
relativePath(); /* resource path*/
71
}
72
73
-module.exports = new RegExp(`^(${absolutePath()}|${relativePath()})$`, "i");
+module.exports = new RegExp("^(" + absolutePath() + "|" + relativePath() + ")$", "i");
0 commit comments