We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72cc85d commit 7c6c029Copy full SHA for 7c6c029
index.js
@@ -80,7 +80,6 @@ module.exports = function (ast, vars) {
80
if (op === '|') return l | r;
81
if (op === '&') return l & r;
82
if (op === '^') return l ^ r;
83
- if (op === '||') return l || r;
84
85
return FAIL;
86
}
0 commit comments