mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-10 15:25:42 -07:00
Log stuff in DownloadPackage
This commit is contained in:
parent
3d1f2e42a5
commit
bb709dd091
@ -1283,6 +1283,8 @@ namespace Bloxstrap
|
||||
string packageLocation = Path.Combine(Paths.Downloads, package.Signature);
|
||||
string robloxPackageLocation = Path.Combine(Paths.LocalAppData, "Roblox", "Downloads", package.Signature);
|
||||
|
||||
App.Logger.WriteLine(LOG_IDENT, packageLocation);
|
||||
|
||||
if (File.Exists(packageLocation))
|
||||
{
|
||||
FileInfo file = new(packageLocation);
|
||||
|
Loading…
Reference in New Issue
Block a user