mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 20:37:43 +02:00
Remove interpretation of Primitive::Nothing
as the number 0. (#1836)
This commit is contained in:
@ -38,7 +38,7 @@ macro_rules! nu {
|
||||
});
|
||||
|
||||
let mut paths = $crate::shell_os_paths();
|
||||
paths.push(test_bins);
|
||||
paths.insert(0, test_bins);
|
||||
|
||||
let paths_joined = match std::env::join_paths(paths.iter()) {
|
||||
Ok(all) => all,
|
||||
|
Reference in New Issue
Block a user