Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
redox-os
ion
Commits
0407eb3c
Commit
0407eb3c
authored
Aug 17, 2019
by
ngirard
Committed by
Michael Aaron Murphy
Jan 12, 2020
Browse files
fix: Fix the display of callback summaries
parent
711fc07d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/binary/mod.rs
View file @
0407eb3c
...
...
@@ -116,7 +116,7 @@ impl<'a> InteractiveShell<'a> {
elapsed
.as_secs
(),
elapsed
.subsec_nanos
()
);
println!
(
"{
:?
}"
,
summary
);
println!
(
"{}"
,
summary
);
context
.borrow_mut
()
.history
.push
(
summary
.into
())
.unwrap_or_else
(|
err
|
{
eprintln!
(
"ion: history append: {}"
,
err
);
});
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment