Skip to content

Commit 7edbe86

Browse files
committed
changes only in js
1 parent daefef2 commit 7edbe86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/libs/SearchParser/autocompleteParser.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1571,7 +1571,7 @@ function peg$parse(input, options) {
15711571
return s0;
15721572
}
15731573

1574-
let autocomplete = null;
1574+
let autocomplete = null;
15751575
peg$result = peg$startRuleFunction();
15761576

15771577
if (options.peg$library) {
@@ -1591,6 +1591,7 @@ function peg$parse(input, options) {
15911591
}
15921592

15931593
throw peg$buildStructuredError(
1594+
// heheheh
15941595
peg$maxFailExpected,
15951596
peg$maxFailPos < input.length ? input.charAt(peg$maxFailPos) : null,
15961597
peg$maxFailPos < input.length

src/libs/SearchParser/autocompleteParser.peggy

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ filter = @(defaultFilter / freeTextFilter)
2525
defaultFilter
2626
= _ key:autocompleteKey _ op:operator _ value:identifier? {
2727
if (!value) {
28-
//heheheh
2928
autocomplete = {
3029
key,
3130
value: '',

0 commit comments

Comments
 (0)