From e9f7b3048f29596f5b5d40791e591e29e85ab5e7 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 5 Dec 2021 20:09:01 +0200 Subject: feat: put back dummy output so it looks something is happening Sponsored-by: author --- src/step.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/step.rs b/src/step.rs index 9e3c8eb..9755f70 100644 --- a/src/step.rs +++ b/src/step.rs @@ -80,6 +80,7 @@ impl Step { Self::Restore(x) => Some(restore(*x, current.as_ref().unwrap())?), }; + println!("{:?}", self); let t = std::time::Duration::from_millis(10); std::thread::sleep(t); -- cgit v1.2.1