~kylep/pipes

e565522ea505d6382b8ebf62cf54d492cc46b334 — Kyle Perik a month ago 9cd66f9
Fix condition parsing bug
1 files changed, 1 insertions(+), 0 deletions(-)

M src/parser.js
M src/parser.js => src/parser.js +1 -0
@@ 223,6 223,7 @@ function processPatternMatch(r, tokens) {
    ...r,
    mode: 'pending',
    match: null,
    isCondition: undefined,
    condition: null,
    pendingPatterns: r.pendingPatterns.concat([{
      type: PATTERN,