修改linux上kill不退出的问题

This commit is contained in:
lubeilin
2023-08-29 21:15:39 +08:00
parent 561fa9f8fe
commit 99b2aa9522
2 changed files with 21 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
use crate::error::Error;
pub const VNT_VERSION:&'static str = "1.2.1";
pub type Result<T> = std::result::Result<T, Error>;
pub mod error;