fix(logging): not logging error when creating app
This commit is contained in:
parent
ad38a34c5a
commit
0c127520f2
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ impl SshSession {
|
||||||
keystroke_rx,
|
keystroke_rx,
|
||||||
resize_rx,
|
resize_rx,
|
||||||
)
|
)
|
||||||
|
.inspect_err(|err| tracing::error!("Failed to create app: {err}"))
|
||||||
.ok()
|
.ok()
|
||||||
.map(|app| Arc::new(Mutex::new(app))),
|
.map(|app| Arc::new(Mutex::new(app))),
|
||||||
tui: Arc::new(RwLock::new(None)),
|
tui: Arc::new(RwLock::new(None)),
|
||||||
|
|
Loading…
Add table
Reference in a new issue