Skip to content

Commit 3d2639d

Browse files
committed
not for this pr
1 parent f77fadb commit 3d2639d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

slosh_lib/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,6 @@ pub fn run_slosh(modify_vm: impl FnOnce(&mut SloshVm)) -> i32 {
647647
status = run_shell_with_stdin();
648648
}
649649
} else if let Some(mut command) = config.command {
650-
load_core_slosh();
651650
for a in &config.args {
652651
command.push(' ');
653652
command.push_str(a);

0 commit comments

Comments
 (0)