Commit eaadd830 authored by Mathieu Stefani's avatar Mathieu Stefani

Listener load promise will now propagate the exception

parent f0d6f1cf
......@@ -263,7 +263,7 @@ Listener::requestLoad(const Listener::Load& old) {
return Async::Promise<Load>::resolved(std::move(res));
}, Async::NoExcept);
}, Async::Throw);
}
Address
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment