Try calls inside closure crash Fire

promise.then()
{
result in

a = try b()

}

i assume this, too, doesn’t actually crash Fire, but fails to compile? A bit more context for the code would be helpful ± what are promise, then, a and b :wink: