wintun.dll校验失败则返回提示

This commit is contained in:
lbl8603
2024-08-07 21:32:19 +08:00
parent dc4e472f20
commit fc6bf407c4
+1 -1
View File
@@ -98,7 +98,7 @@ impl Config {
if !tap {
if let Err(e) = tun::Device::check_tun_dll() {
log::warn!("校验平台dll {:?}", e);
// Err(e)?;
Err(e)?;
}
}