RecoverService 복구

This commit is contained in:
yh.kim 2026-03-24 14:43:23 +09:00
parent 004ce0574c
commit c5e7193959
1 changed files with 0 additions and 1 deletions

View File

@ -512,7 +512,6 @@ procedure TRecoverService.CheckAndRecover(sResPath, sPath: String);
sDir, sDir,
sFName: String; sFName: String;
begin begin
exit;
try try
sFName := ExtractFileName(sPath); sFName := ExtractFileName(sPath);
Guard(zip, TAbUnzipper.Create(nil)); Guard(zip, TAbUnzipper.Create(nil));