fix(logging): not logging error when creating app (#2)
Reviewed-on: #2 Co-authored-by: LukaDev <hi@lukadev.me> Co-committed-by: LukaDev <hi@lukadev.me>
This commit is contained in:
parent
ad38a34c5a
commit
b878008c25
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ impl SshSession {
|
|||
keystroke_rx,
|
||||
resize_rx,
|
||||
)
|
||||
.inspect_err(|err| tracing::error!("Failed to create app: {err}"))
|
||||
.ok()
|
||||
.map(|app| Arc::new(Mutex::new(app))),
|
||||
tui: Arc::new(RwLock::new(None)),
|
||||
|
|
Loading…
Add table
Reference in a new issue