fix: Fix some compile error

This commit is contained in:
MystiPanda
2024-01-09 14:52:43 +08:00
parent 7a7f5cd4a8
commit bb193d3768
3 changed files with 8 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ use anyhow::{bail, Context, Result};
use once_cell::sync::OnceCell;
use parking_lot::Mutex;
use std::{fs, io::Write, sync::Arc, time::Duration};
use sysinfo::{Pid, PidExt, ProcessExt, System, SystemExt};
use sysinfo::{Pid, System};
use tauri::api::process::{Command, CommandChild, CommandEvent};
use tokio::time::sleep;