mirror of
https://github.com/nushell/nushell
synced 2024-12-28 05:53:09 +00:00
Another early emit
This commit is contained in:
parent
0504a7a776
commit
ba73e0eb06
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ impl Command for Table {
|
|||
span: call.head,
|
||||
})
|
||||
}
|
||||
Value::Error { error } => Err(error),
|
||||
x => Ok(x),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue