Skip to content

Commit

Permalink
Even more debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
null-dev committed Jul 14, 2021
1 parent e4bc835 commit b27b238
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ fn spawn_browser_proc(bin_path: &PathBuf, profile_name: &str, url: Option<String
.arg("--new-tab")
.arg(url);
}
log::trace!("Executing command: {:?}", command);
return command
.stdin(Stdio::null())
.stdout(Stdio::null())
Expand Down

0 comments on commit b27b238

Please sign in to comment.