We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f77fadb commit 3d2639dCopy full SHA for 3d2639d
1 file changed
slosh_lib/src/lib.rs
@@ -647,7 +647,6 @@ pub fn run_slosh(modify_vm: impl FnOnce(&mut SloshVm)) -> i32 {
647
status = run_shell_with_stdin();
648
}
649
} else if let Some(mut command) = config.command {
650
- load_core_slosh();
651
for a in &config.args {
652
command.push(' ');
653
command.push_str(a);
0 commit comments