From 33791c7f3bcecd73e8f40e0c0e0a3a021c5fc163 Mon Sep 17 00:00:00 2001 From: Ava Hahn Date: Thu, 8 Jun 2023 13:54:31 -0700 Subject: [PATCH] update error message to actually be helpful --- src/run.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/run.rs b/src/run.rs index dc35e27..c55e785 100644 --- a/src/run.rs +++ b/src/run.rs @@ -91,7 +91,7 @@ pub fn run_callback(ast: &Seg, syms: &mut SymTable) -> Result { } } else { Err(start_trace( - ("", "binary called, unimplemented!") + ("", "expected a relish script with a .rls extension") .into())) } } else {