Commit 1dac2f9a authored by octal's avatar octal

Listener: requestLoad does not return a resolved promise anymore but instead...

Listener: requestLoad does not return a resolved promise anymore but instead directly returns the result
parent 09092e0b
......@@ -262,7 +262,7 @@ Listener::requestLoad(const Listener::Load& old) {
res.global /= usages.size();
}
return Async::Promise<Load>::resolved(std::move(res));
return res;
}, Async::Throw);
}
......
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