forked from extern/nushell
Fix bug in chained boolean typecheck (#490)
This commit is contained in:
@ -3018,7 +3018,6 @@ pub fn parse_math_expression(
|
||||
ty: result_ty,
|
||||
custom_completion: None,
|
||||
});
|
||||
// }
|
||||
}
|
||||
expr_stack.push(op);
|
||||
expr_stack.push(rhs);
|
||||
|
Reference in New Issue
Block a user