mirror of
https://github.com/veeso/termscp.git
synced 2026-09-25 13:31:26 -07:00
fix: print actual reason for failed host params collecting
previously, we didn't show any reason for failed collecting of host params in the auth form, but just a generic message refs #441
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
shellexpand = "3"
|
||||
simplelog = "0.12"
|
||||
ssh2-config = "0.7"
|
||||
ssh2-config = "0.8"
|
||||
tempfile = "3"
|
||||
thiserror = "2"
|
||||
tokio = { version = "1", features = ["rt"] }
|
||||
|
||||
Reference in New Issue
Block a user