fix: missing privileged prefix

This commit is contained in:
iff 2024-12-29 16:38:36 +01:00
parent 96ac92414b
commit 11d2e3656f
3 changed files with 22 additions and 8 deletions

View file

@ -155,7 +155,8 @@ impl Data {
init.split();
init.update_error(None);
#[cfg(debug_assertions)] {
#[cfg(debug_assertions)]
{
eprintln!("shell: {}", init.shell);
eprintln!("command: {}", init.command);
eprintln!("error: {}", init.error);