Skip to content

Commit 59d70d9

Browse files
committed
Make notice about missing windows debug files verbose-only
1 parent a128f77 commit 59d70d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/install.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ pub fn cinstall(ws: &Workspace, packages: &[CPackage]) -> anyhow::Result<()> {
283283
} else {
284284
ws.gctx()
285285
.shell()
286-
.status("Absent", "debugging information")?;
286+
.verbose(|shell| shell.status("Absent", "debugging information"))?;
287287
}
288288
}
289289
}

0 commit comments

Comments
 (0)