this repo has no description
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: deinit on app error

turns a 7000 line stacktrace to only one, simple stacktrace.

authored by

sewn and committed by
Tim Culverhouse
20ff643e 43033b1b

+1
+1
src/app.zig
··· 129 129 .bg = null, 130 130 .yellow = null, 131 131 }; 132 + errdefer self.deinit(); 132 133 133 134 self.lua = try Lua.init(self.alloc); 134 135 self.write_thread = try std.Thread.spawn(.{}, writeLoop, .{ self.alloc, &self.write_queue });