Unverified Commit 494270fe authored by Jason Simmons's avatar Jason Simmons Committed by GitHub

Return the result of the operation in ServiceObject.reload (#14755)

parent 4f5f4222
......@@ -427,6 +427,7 @@ abstract class ServiceObject {
completer.completeError(e, st);
}
_inProgressReload = null;
return await completer.future;
}
return await _inProgressReload;
......
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