diff options
| author | LLLL Colonq <llll@colonq> | 2026-03-03 14:20:26 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-03-03 14:20:26 -0500 |
| commit | 3707dfaa64715c8fb1ba8a23f9762fef174538d8 (patch) | |
| tree | 539ae38f4cde9d6f8ffa5eb5f9a8a32c203a0942 /src/main.c | |
| parent | fae5921bfcbf9f0c8c138dd13aa9c8822a75a316 (diff) | |
Collect more garbage!
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,6 +17,7 @@ int main(int argc, char **argv) { if (argc < 2) { pit_repl(rt); } else { - pit_run_file(rt, argv[1]); + pit_load_file(rt, argv[1]); + if (pit_runtime_print_error(rt)) return -1; } } |
