aboutsummaryrefslogtreecommitdiff
path: root/tomo.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-05-27 18:02:40 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-05-27 18:02:40 -0400
commitcb634f61f78bb629164f98ea04ab04a8e5c5b67d (patch)
tree0dde5e2c4bb60fad30f42f71097f5cce786f4598 /tomo.c
parentc9889582a7f56b3bfdca455a8d84167f688cd3c8 (diff)
Remove unused code
Diffstat (limited to 'tomo.c')
-rw-r--r--tomo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tomo.c b/tomo.c
index 0f623418..daf901a1 100644
--- a/tomo.c
+++ b/tomo.c
@@ -242,7 +242,7 @@ int transpile(const char *filename, bool force_retranspile, module_code_t *modul
ast_t *ast = parse_file(f, NULL);
if (!ast)
- errx(1, "Could not compile!");
+ errx(1, "Could not compile %s", f);
if (verbose) {
FILE *out = popen(heap_strf("bat -P --file-name='%s'", filename), "w");