mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-16 03:06:47 -04:00
error: Split out error utils into a separate module
This commit is contained in:
parent
f4247de8c1
commit
fd500229d6
5 changed files with 29 additions and 18 deletions
|
@ -17,7 +17,7 @@ use tokio::process::{Child, Command};
|
|||
use tracing::error;
|
||||
use zbus::interface;
|
||||
|
||||
use crate::to_zbus_fdo_error;
|
||||
use crate::error::to_zbus_fdo_error;
|
||||
|
||||
const PROCESS_PREFIX: &str = "/com/steampowered/SteamOSManager1/Process";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue