mirror of
https://github.com/nushell/nushell.git
synced 2025-05-29 14:21:45 +02:00
Fix path on Windows
This commit is contained in:
parent
192ca033ca
commit
22d9b7123a
@ -49,7 +49,7 @@ pub fn load_standard_library(
|
||||
let std_dir = std_dir.to_string_lossy().to_string();
|
||||
let source = r#"
|
||||
# Prelude
|
||||
use std/core.nu *
|
||||
use ([ std core.nu ] | path join) *
|
||||
"#;
|
||||
|
||||
let _ = working_set.add_virtual_path(std_dir, VirtualPath::Dir(std_virt_paths));
|
||||
|
Loading…
x
Reference in New Issue
Block a user