Skip to content

Commit fc7c594

Browse files
committed
vm: err writer is now an arraylist writer
1 parent bf6443f commit fc7c594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/errors.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const builtin = @import("builtin");
33
const html = @import("html.zig");
44
const Span = @import("root.zig").Span;
55

6-
pub const ErrWriter = std.fs.File.Writer;
6+
pub const ErrWriter = std.ArrayList(u8).Writer;
77

88
/// Used to catch programming errors where a function fails to report
99
/// correctly that an error has occurred.

0 commit comments

Comments
 (0)