Skip to content

Commit e080c19

Browse files
bors[bot]matklad
andauthored
Merge #5168
5168: Log flycheck command r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
2 parents ec8b4dc + 18ec1ed commit e080c19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/flycheck/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ impl FlycheckActor {
132132
self.cancel_check_process();
133133

134134
let mut command = self.check_command();
135+
log::info!("restart flycheck {:?}", command);
135136
command.stdout(Stdio::piped()).stderr(Stdio::null()).stdin(Stdio::null());
136137
if let Ok(child) = command.spawn().map(JodChild) {
137138
self.cargo_handle = Some(CargoHandle::spawn(child));

0 commit comments

Comments
 (0)