From 68745e87a73ed7cfa305ee5319b85aeef85eb088 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sun, 14 Jun 2026 07:09:59 -0700 Subject: In progress... --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 1ecd3b8..362e017 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -208,7 +208,7 @@ fn exec(input: &StatefulContext, tokens: &Vec, buf println!("Doesn't match."); } - exec( &StatefulContext::full(input.root,d), code, buf )? + exec( &StatefulContext::root(d), code, buf )? } } } -- cgit v1.2.3