Skip to content

Commit 18ec1ed

Browse files
committed
Log flycheck command
1 parent ec8b4dc commit 18ec1ed

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)