Skip to content
Snippets Groups Projects
Verified Commit 0057edee authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

add more descriptive error message

parent 82be6eb4
No related branches found
No related tags found
1 merge request!187check more args in the benchmarks
Checking pipeline status
......@@ -88,7 +88,7 @@ export def main [
--dump-dir: path = "./",
] {
if ($x | is-empty) {
error make --unspanned { msg: "nothing to do" }
error make --unspanned { msg: "nothing to do, x is empty" }
}
if $file == null {
error make --unspanned { msg: "missing --file" }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment