fix: restore build

This commit is contained in:
Fernando Araoz 2025-01-30 21:05:47 -05:00
parent 35a022cdf9
commit e330b2905e

View File

@ -84,7 +84,7 @@ fn repl() !void {
i.deinit();
};
const tokens = lexic.tokenize(line, alloc, &ctx) catch |e| switch (e) {
const tokens = lexic.tokenize(line, &ctx) catch |e| switch (e) {
error.OutOfMemory => {
try stdout.print("FATAL ERROR: System Out of Memory!", .{});
try bw.flush();