feat(windows): update comments for clarity

This commit is contained in:
rc-swag 2025-01-29 22:26:37 +10:00
parent 6b40ff86a7
commit 39b8bb6378

View file

@ -1091,7 +1091,7 @@ end;
function InstallingState.HandleKmShell;
begin
// Should not be called while in installing state MSI installer may have
// Should not be possible while called in InstallingState. The MSI installer may have
// failed. Clean Up and return to Idle
bucStateContext.RemoveCachedFiles;
ChangeState(IdleState);