fix: update thespian to fix windows builds

This commit is contained in:
CJ van den Berg 2025-07-14 18:31:08 +02:00
parent af22eb4be6
commit 81f616afba
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 3 additions and 2 deletions

View file

@ -35,6 +35,7 @@ pub const Error = error{
InvalidPIntType,
JsonIncompatibleType,
NotAnObject,
BadArrayAllocExtract,
} || std.Thread.SpawnError;
pub const panic = messageBoxThenPanic(.{ .title = "Flow Panic" });