mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 17:57:19 +02:00
fix: Remove get_args 🐛
This commit is contained in:
parent
577b03e315
commit
5f5b335041
2 changed files with 37 additions and 24 deletions
|
@ -1590,13 +1590,6 @@ impl TaskwarriorTui {
|
|||
}
|
||||
|
||||
info!("Running `{:?}`", task);
|
||||
debug!(
|
||||
"Running `task {}`",
|
||||
task.get_args()
|
||||
.map(|s| s.to_string_lossy().to_string())
|
||||
.collect::<Vec<String>>()
|
||||
.join(" ")
|
||||
);
|
||||
let output = task.output()?;
|
||||
let data = String::from_utf8_lossy(&output.stdout);
|
||||
let error = String::from_utf8_lossy(&output.stderr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue