From 7b5c3d543d198a18884c990d540f5debc8a4d8d5 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 26 Apr 2021 11:50:31 +0100 Subject: Support bash, resolves #3 --- atuin-client/src/sync.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'atuin-client/src/sync.rs') diff --git a/atuin-client/src/sync.rs b/atuin-client/src/sync.rs index 813c2ed4..5c6405df 100644 --- a/atuin-client/src/sync.rs +++ b/atuin-client/src/sync.rs @@ -123,6 +123,8 @@ async fn sync_upload( client.post_history(&buffer).await?; cursor = buffer.last().unwrap().timestamp; remote_count = client.count().await?; + + debug!("upload cursor: {:?}", cursor); } Ok(()) -- cgit v1.3.1