Skip to content

Commit

Permalink
result -> data
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreyas-Sreelal committed Jan 15, 2024
1 parent 69a091b commit d609e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/executor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ impl Executor {
.clone();
}
print!("{}", data);
self.output.push(format!("{}", result));
self.output.push(format!("{}", data));
let _ = stdout().flush();
}

Expand Down

0 comments on commit d609e93

Please sign in to comment.