add another BuildError code
parent
96a6bc57d2
commit
2da999372a
|
@ -114,6 +114,7 @@ pub const Module = struct {
|
||||||
DiskQuota,
|
DiskQuota,
|
||||||
InputOutput,
|
InputOutput,
|
||||||
NoStdHandles,
|
NoStdHandles,
|
||||||
|
Overflow,
|
||||||
};
|
};
|
||||||
|
|
||||||
pub const Event = union(enum) {
|
pub const Event = union(enum) {
|
||||||
|
|
Loading…
Reference in New Issue