update error message to actually be helpful
This commit is contained in:
parent
398726568a
commit
33791c7f3b
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ pub fn run_callback(ast: &Seg, syms: &mut SymTable) -> Result<Ctr, Traceback> {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
Err(start_trace(
|
Err(start_trace(
|
||||||
("<call script>", "binary called, unimplemented!")
|
("<call script>", "expected a relish script with a .rls extension")
|
||||||
.into()))
|
.into()))
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue