Updating packagerepository comment based on pr feedback

This commit is contained in:
ryanbodrug-microsoft 2020-07-08 11:59:11 -07:00
parent 1c267a55d5
commit 2c45956030

View File

@ -39,7 +39,7 @@ namespace Microsoft.Plugin.Program.Storage
} }
} }
//InitializeAppInfo will throw if there is no AppxManifest.xml for the package. //InitializeAppInfo will throw if there is no AppxManifest.xml for the package.
//Note there are sometimes multiple packages per application and this doesn't necessarily mean that we haven't found the app. //Note there are sometimes multiple packages per product and this doesn't necessarily mean that we haven't found the app.
//eg. "Could not find file 'C:\\Program Files\\WindowsApps\\Microsoft.WindowsTerminalPreview_2020.616.45.0_neutral_~_8wekyb3d8bbwe\\AppxManifest.xml'." //eg. "Could not find file 'C:\\Program Files\\WindowsApps\\Microsoft.WindowsTerminalPreview_2020.616.45.0_neutral_~_8wekyb3d8bbwe\\AppxManifest.xml'."
catch (System.IO.FileNotFoundException e) catch (System.IO.FileNotFoundException e)