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.
1 parent ec8b4dc commit 18ec1edCopy full SHA for 18ec1ed
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