Only touch CI.

This commit is contained in:
love-code-yeyixiao 2024-03-17 11:40:03 +08:00
parent c6d4836737
commit d49a0f579c
1 changed files with 1 additions and 1 deletions

View File

@ -2284,7 +2284,7 @@ void CSandMan::OnBoxClosed(const CSandBoxPtr& pBox)
}
}
if (pBox->GetBool("LockWhenClose", false)) {
if (!pBox->GetMountRoot().isEmpty()) {
if (!pBox->GetMountRoot().isEmpty()){
pBox->TerminateAll();
pBox->ImBoxUnmount();
}