mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 06:20:09 +01:00
fix: missing privileged prefix
This commit is contained in:
parent
96ac92414b
commit
11d2e3656f
3 changed files with 22 additions and 8 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue