diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-05-27 18:02:40 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-05-27 18:02:40 -0400 |
| commit | cb634f61f78bb629164f98ea04ab04a8e5c5b67d (patch) | |
| tree | 0dde5e2c4bb60fad30f42f71097f5cce786f4598 /tomo.c | |
| parent | c9889582a7f56b3bfdca455a8d84167f688cd3c8 (diff) | |
Remove unused code
Diffstat (limited to 'tomo.c')
| -rw-r--r-- | tomo.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |
