fix: only log, do not show dialog during game import

This commit is contained in:
lantzelot-swe 2021-03-07 22:49:53 +01:00
parent f8348c0347
commit 5a5faba52e
1 changed files with 1 additions and 1 deletions

View File

@ -994,7 +994,7 @@ public class FileManager
}
catch (IOException e)
{
ExceptionHandler.handleException(e, "Could not unzip downloaded file");
ExceptionHandler.logException(e, "Could not unzip file");
}
return filePath != null ? filePath.toFile() : null;
}