mirror of
https://github.com/nushell/nushell.git
synced 2025-05-28 22:07:40 +02:00
Fixes: #10476 After the change, the error message will be something like this: ```nushell ❯ not null Error: nu:🐚:type_mismatch × Type mismatch. ╭─[entry #11:1:1] 1 │ not null · ──┬─ · ╰── expected bool, found nothing ╰──── ```