update error message to actually be helpful

This commit is contained in:
Ava Apples Affine 2023-06-08 13:54:31 -07:00
parent 398726568a
commit 33791c7f3b

View file

@ -91,7 +91,7 @@ pub fn run_callback(ast: &Seg, syms: &mut SymTable) -> Result<Ctr, Traceback> {
}
} else {
Err(start_trace(
("<call script>", "binary called, unimplemented!")
("<call script>", "expected a relish script with a .rls extension")
.into()))
}
} else {