fix: win32 build
This commit is contained in:
parent
58082ed2a1
commit
b30a5d4819
1 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,11 @@ pub const Error = error{
|
|||
Utf8CannotEncodeSurrogateHalf,
|
||||
CodepointTooLarge,
|
||||
VaxisResizeError,
|
||||
InvalidFloatType,
|
||||
InvalidArrayType,
|
||||
InvalidPIntType,
|
||||
JsonIncompatibleType,
|
||||
NotAnObject,
|
||||
} || std.Thread.SpawnError;
|
||||
|
||||
pub const panic = messageBoxThenPanic(.{ .title = "Flow Panic" });
|
||||
|
|
Loading…
Add table
Reference in a new issue