Skip to content

Commit 768c6a3

Browse files
author
梶塚太智
committed
Update main.rs
1 parent c517068 commit 768c6a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -538,8 +538,7 @@ impl Executor {
538538
.hidden(false)
539539
.print_commands(false)
540540
.build();
541-
let output = ps.run(self.pop_stack().get_string().as_str()).unwrap();
542-
self.stack.push(Type::String(output.stdout().unwrap()));
541+
let _ = ps.run(self.pop_stack().get_string().as_str());
543542
}
544543

545544
// プロセスを終了

0 commit comments

Comments
 (0)