fix: restore build
This commit is contained in:
parent
35a022cdf9
commit
e330b2905e
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user