mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 00:35:38 +08:00
fix: Update error message to include details of accumulated startup errors
This commit is contained in:
@@ -138,7 +138,7 @@ rpath = false
|
||||
|
||||
[profile.fast-release]
|
||||
inherits = "release"
|
||||
panic = "abort"
|
||||
incremental = true
|
||||
codegen-units = 64
|
||||
lto = false
|
||||
opt-level = 0
|
||||
|
||||
@@ -453,8 +453,9 @@ impl Handle {
|
||||
info,
|
||||
Type::Frontend,
|
||||
true,
|
||||
"发送{}条启动时累积的错误消息",
|
||||
errors.len()
|
||||
"发送{}条启动时累积的错误消息: {:?}",
|
||||
errors.len(),
|
||||
errors
|
||||
);
|
||||
|
||||
// 启动单独线程处理启动错误,避免阻塞主线程
|
||||
|
||||
Reference in New Issue
Block a user