Skip to content

Commit

Permalink
EnsureDeltaApplierforSession -> EnsureDeltaApplierForSession
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleLittleCloud committed Nov 14, 2024
1 parent 230c619 commit e18e68a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public async Task StartSessionAsync(bool runningUnderDebugger, CancellationToken
WriteToOutputWindow(VSResources.HotReloadStartSession, default);
_sessionActive = true;
_isRunningUnderDebugger = runningUnderDebugger;
EnsureDeltaApplierforSession();
EnsureDeltaApplierForSession();
}

public async Task StopSessionAsync(CancellationToken cancellationToken)
Expand Down

0 comments on commit e18e68a

Please sign in to comment.