feat: addressed review comments

This commit is contained in:
2026-08-21 11:55:14 -06:00
parent 95dd31e24b
commit 03687c8981
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1086,7 +1086,7 @@ pub async fn run_repl_command(
macro_execute(ctx, name, extra, abort_signal.clone()).await?;
}
Some(MacroState::DisabledRuntime) => bail!(
r#"Macro '{name}' is disabled. Enable it with ".macro enable {name}""#
r#"Macro '{name}' is disabled. Re-enable it with ".macro enable {name}""#
),
Some(MacroState::Locked { level }) => bail!(
"Macro '{name}' is restricted by {} enabled_macros",