1
0
mirror of https://github.com/nushell/nushell.git synced 2025-04-23 20:58:19 +02:00

Another early emit

This commit is contained in:
JT 2021-10-12 06:37:22 +13:00
parent 0504a7a776
commit ba73e0eb06

View File

@ -91,6 +91,7 @@ impl Command for Table {
span: call.head, span: call.head,
}) })
} }
Value::Error { error } => Err(error),
x => Ok(x), x => Ok(x),
} }
} }