We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8837f9b commit e5bb6caCopy full SHA for e5bb6ca
1 file changed
slosh_lib/src/lib.rs
@@ -650,7 +650,6 @@ pub fn run_slosh(modify_vm: impl FnOnce(&mut SloshVm)) -> i32 {
650
status = run_shell_with_stdin();
651
}
652
} else if let Some(mut command) = config.command {
653
- load_core_slosh();
654
for a in &config.args {
655
command.push(' ');
656
command.push_str(a);
0 commit comments