mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-12-23 09:19:21 +00:00
Log the command when executing forward search
This commit is contained in:
parent
18db6f5eff
commit
6c17d5e4e7
1 changed files with 1 additions and 0 deletions
|
|
@ -170,6 +170,7 @@ fn replace_placeholder(
|
|||
}
|
||||
|
||||
fn run_process(executable: &str, args: Vec<String>) -> io::Result<()> {
|
||||
log::debug!("Executing forward search: {} {:?}", executable, args);
|
||||
Command::new(executable)
|
||||
.args(args)
|
||||
.stdin(Stdio::null())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue