forked from extern/nushell
More nuon tests, fix table print (#4762)
This commit is contained in:
@ -11,6 +11,8 @@ pub fn get_columns(input: &[Value]) -> Vec<String> {
|
||||
columns.push(col.to_string());
|
||||
}
|
||||
}
|
||||
} else {
|
||||
return vec![];
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user