Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(chocolateyGH-349) Ignore PowerShell InitializeDefaultDrives
If you have a network drive that is not available or has been disconnected, PowerShell will happily throw an error about it with the following message: "Attempting to perform the InitializeDefaultDrives operation on the 'FileSystem' provider failed." Since it is not really an error, we should log the message accordingly and move on, but not fail the choco install due to some crazy warning that for some reason is an error message.
- Loading branch information