mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
Adding more continuewithonfaulted handlers (#507)
This commit is contained in:
@@ -332,7 +332,7 @@ namespace Microsoft.SqlTools.ServiceLayer.ObjectExplorer
|
||||
await serviceHost.SendEvent(CreateSessionCompleteNotification.Type, response);
|
||||
}
|
||||
return result;
|
||||
});
|
||||
}).ContinueWithOnFaulted(null);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -537,7 +537,7 @@ namespace Microsoft.SqlTools.ServiceLayer.ObjectExplorer
|
||||
await serviceHost.SendEvent(ExpandCompleteNotification.Type, response);
|
||||
}
|
||||
return result;
|
||||
});
|
||||
}).ContinueWithOnFaulted(null);
|
||||
}
|
||||
|
||||
private async Task<ObjectExplorerTaskResult> RunTaskWithTimeout(Task task, int timeoutInSec)
|
||||
|
||||
Reference in New Issue
Block a user