mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-18 06:29:44 +08:00
Fixing message format for exception
This commit is contained in:
parent
030dfc2370
commit
f60bdc3dd4
@ -44,7 +44,7 @@ namespace Microsoft.Plugin.Program.Storage
|
||||
|
||||
catch ( System.IO.FileNotFoundException e)
|
||||
{
|
||||
ProgramLogger.LogException($"|UWP|OnPackageInstalling|{e.Message}", e);
|
||||
ProgramLogger.LogException($"|UWP|OnPackageInstalling|{args.Package.InstalledLocation}|{e.Message}", e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user