Skip to content

Commit e5bb6ca

Browse files
committed
not for this pr
1 parent 8837f9b commit e5bb6ca

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
@@ -650,7 +650,6 @@ pub fn run_slosh(modify_vm: impl FnOnce(&mut SloshVm)) -> i32 {
650650
status = run_shell_with_stdin();
651651
}
652652
} else if let Some(mut command) = config.command {
653-
load_core_slosh();
654653
for a in &config.args {
655654
command.push(' ');
656655
command.push_str(a);

0 commit comments

Comments
 (0)