|
@@ -190,7 +190,7 @@ class PageQueryBuilder {
|
|
|
*/
|
|
*/
|
|
|
const pattern = (isRegExpEscapedFromPath)
|
|
const pattern = (isRegExpEscapedFromPath)
|
|
|
? escapeStringRegexp(path) // escape
|
|
? escapeStringRegexp(path) // escape
|
|
|
- : pathSlashOmitted; // escape
|
|
|
|
|
|
|
+ : pathSlashOmitted;
|
|
|
|
|
|
|
|
let queryReg;
|
|
let queryReg;
|
|
|
try {
|
|
try {
|