Skip to content

Commit 7c49e5f

Browse files
committed
Merge
1 parent 75df10c commit 7c49e5f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/main.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ fn repl(allocator: Allocator, vm: *VM) !void {
177177

178178
const input = std.mem.trim(u8, buf_stream.getWritten(), "\n\r");
179179
if (input.len == buf.len and total_read == buf.len) {
180-
try Reporter.printErr("Vstup je příliš dlouhý", .{});
180+
try vm.reporter.printErr("Vstup je příliš dlouhý", .{});
181181
while (true) {
182182
const n = stdin_file.read(&stdin_buf) catch break;
183183
if (n == 0 or stdin_buf[0] == '\n') break;

www/vyq.wasm

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)