Skip to content

Commit ddc48b6

Browse files
committed
Removed return keyword
1 parent 5870a0e commit ddc48b6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

functions/New-PDCClone.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,7 @@ function New-PDCClone {
231231
$parentVhdFile = $parentVhdFileName.Split(".")[0]
232232
}
233233
else {
234-
Stop-PSFFunction -Message "Parent vhd could not be found" -Target $SqlInstance
235-
return
234+
Stop-PSFFunction -Message "Parent vhd could not be found" -Target $SqlInstance -Continue
236235
}
237236

238237
# Check clone name parameter

0 commit comments

Comments
 (0)