Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
blacknon committed Apr 14, 2019
1 parent d396409 commit cc94807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ impl View {
if self.watch.selected != 0 {
self.watch.selected += 1;
}
self.watch.update();
self.watch.append_history(_result.clone());
self.watch.update();
self.watch.draw_history();
} else {
if self.watch.selected == 0 {
Expand Down

0 comments on commit cc94807

Please sign in to comment.