clean up error display
This commit is contained in:
parent
c5ff918640
commit
cab0cb5ce1
2 changed files with 6 additions and 5 deletions
|
@ -66,6 +66,7 @@ sub idris-run(*@cmd) is export {
|
|||
return $out;
|
||||
}
|
||||
|
||||
# TODO: Special handling for IO Bool to make this eaiser
|
||||
#| Exec the expression with the given name in the given file
|
||||
sub idris-exec($expr, $file) is export {
|
||||
idris-run '--find-ipkg', '--exec', $expr, $file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue