One Occurrence of "retrun" Causes Error
BradlesAUS opened this issue · 1 comments
BradlesAUS commented
I chose to remove the option to not compress special folders and encountered an error:
WriteDebug "Entered BackupSpecialFolders."
if (!($specialDirs) -or
($specialDirs.Count -eq 0)) {
**retrun** $true
}
alekdavis commented
Thanks a lot for reporting. Fixed.