Skip to content

Commit

Permalink
update for recent error changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikrostew committed Jul 25, 2018
1 parent 6e8f4d2 commit 9e3cb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command/shim.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ fn list(session: &mut Session, verbose: bool) -> Fallible<bool> {
println!("{} -> {}", shim_name.to_string_lossy(), shim_info)
},
Err(err) => {
style::display_error(&err);
style::display_error(style::ErrorContext::Notion, &err);
return Ok(false);
},
}
Expand Down

0 comments on commit 9e3cb2e

Please sign in to comment.