mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
Another early emit
This commit is contained in:
@ -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),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user