Skip to content

Commit 15507ec

Browse files
committed
Make report_error not be #[cfg(windows)]
1 parent dc93d52 commit 15507ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/self_update.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ pub(crate) fn install(
461461
})();
462462

463463
if let Err(e) = install_res {
464-
common::report_error(&e);
464+
report_error(&e);
465465

466466
// On windows, where installation happens in a console
467467
// that may have opened just for this purpose, give

0 commit comments

Comments
 (0)