From 0d05cc99969f7fcd70a806cd9511db5b8a1aa99d Mon Sep 17 00:00:00 2001 From: Quaternions Date: Wed, 13 Sep 2023 21:22:28 -0700 Subject: [PATCH] comment on laziness --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 6490f6c..309dd65 100644 --- a/src/main.rs +++ b/src/main.rs @@ -473,7 +473,7 @@ fn interactive() -> BoxResult<()>{ }, ScriptAction::Delete => { println!("deleted source location={}",location); - replace_count+=1; + replace_count+=1;//trigger a new file generation dom.destroy(script.referent()); }, ScriptAction::Flag => {