feat: update hyperlog
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-11-23 14:26:11 +01:00
parent ee0680194b
commit 34fba9754c
6 changed files with 77 additions and 25 deletions

View File

@@ -221,6 +221,7 @@ impl<'a> App<'a> {
}
fn open_editor(&self, item: &GraphItem) -> Option<Command> {
tracing::info!("entering editor for session");
match editor::EditorSession::new(item).execute() {
Ok(None) => {
tracing::info!("editor returned without changes, skipping");