Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusNajmabadi committed Apr 8, 2022
1 parent e502dd9 commit a0bb05a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ private async Task StartAsync(Workspace workspace)
// fire-and-forget method and we want to make sure nothing leaks out.
try
{
// Don't bother doing anything until the workspae has actually loaded. We don't want to add to any
// Don't bother doing anything until the workspace has actually loaded. We don't want to add to any
// startup costs by doing work too early.
var workspaceStatus = workspace.Services.GetRequiredService<IWorkspaceStatusService>();
await workspaceStatus.WaitUntilFullyLoadedAsync(_threadingContext.DisposalToken).ConfigureAwait(false);
Expand Down

0 comments on commit a0bb05a

Please sign in to comment.