We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec8b4dc + 18ec1ed commit e080c19Copy full SHA for e080c19
crates/flycheck/src/lib.rs
@@ -132,6 +132,7 @@ impl FlycheckActor {
132
self.cancel_check_process();
133
134
let mut command = self.check_command();
135
+ log::info!("restart flycheck {:?}", command);
136
command.stdout(Stdio::piped()).stderr(Stdio::null()).stdin(Stdio::null());
137
if let Ok(child) = command.spawn().map(JodChild) {
138
self.cargo_handle = Some(CargoHandle::spawn(child));
0 commit comments