We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43bc46e commit 9fb4746Copy full SHA for 9fb4746
functions/clone/New-PSDCClone.ps1
@@ -157,7 +157,7 @@
157
158
if(-not (Test-Path -Path $diskpartScriptFile)){
159
try{
160
- New-Item -Path $diskpartScriptFile -ItemType File
+ $null = New-Item -Path $diskpartScriptFile -ItemType File
161
}
162
catch{
163
Stop-PSFFunction -Message "Could not create diskpart script file" -ErrorRecord $_ -Continue
functions/disk/New-PSDCVhdDisk.ps1
@@ -167,7 +167,7 @@
167
168
169
170
171
172
173
0 commit comments