提交 9461ea2b 编写于 作者: M Matt Warren

Once again

上级 162b8cf4
...@@ -87,7 +87,7 @@ public override async Task<TextAndVersion> GetValueAsync(CancellationToken cance ...@@ -87,7 +87,7 @@ public override async Task<TextAndVersion> GetValueAsync(CancellationToken cance
{ {
if (_text == null) if (_text == null)
{ {
using (Gate.DisposableWait(cancellationToken)) using (await Gate.DisposableWaitAsync(cancellationToken).ConfigureAwait(false))
{ {
if (_text == null) if (_text == null)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册