diff options
| author | Ellie Huxtable <e@elm.sh> | 2021-04-26 11:50:31 +0100 |
|---|---|---|
| committer | Ellie Huxtable <e@elm.sh> | 2021-04-26 11:57:30 +0100 |
| commit | 7b5c3d543d198a18884c990d540f5debc8a4d8d5 (patch) | |
| tree | ffc6b9121f1b1299f1b30a26322e1988683c06c7 /atuin-client/src/sync.rs | |
| parent | Revert to storing history as nanos (diff) | |
| download | atuin-7b5c3d543d198a18884c990d540f5debc8a4d8d5.zip | |
Support bash, resolves #3
Diffstat (limited to 'atuin-client/src/sync.rs')
| -rw-r--r-- | atuin-client/src/sync.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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(()) |
