1
0
Derivar 0

Fixed a bug in FromPowerShellCookbook

Este cometimento está contido em:
Gal Szkolnik 2020-11-04 11:45:53 -05:00
ascendente ac9c5ed352
cometimento d85aec0480
2 ficheiros modificados com 1 adições e 2 eliminações

Ver ficheiro

@ -1 +0,0 @@
Edit-TextFile

Ver ficheiro

@ -15,7 +15,7 @@ if( Get-Module PowerShellCookbook ) {
Import-Module PowerShellCookbook -Cmdlet Add-ObjectCollector
}
#
. Get-Command Add-ObjectCollector SilentlyContinue | ForEach-Object {
. Get-Command Add-ObjectCollector -ErrorAction SilentlyContinue | ForEach-Object {
Add-ObjectCollector
Get-Item function:/Add-ObjectCollector | Remove-Item
}