···358358359359 while (true) {
360360 // nextEvent blocks until an event is in the queue
361361- const event = loop.nextEvent();
361361+ const event = try loop.nextEvent();
362362 // exhaustive switching ftw. Vaxis will send events if your Event enum
363363 // has the fields for those events (ie "key_press", "winsize")
364364 switch (event) {