-
Notifications
You must be signed in to change notification settings - Fork 0
$function_error usage #1
Copy link
Copy link
Open
Description
Is this doing what you think? $_ might be undefined/null since it's not in a catch block
PowerShell/Modules/ADSchemaFunctions.psm1
Line 593 in 423ed47
| $function_error += $_ |
Why are you appending $null to the array like you do here?
PowerShell/Modules/ADSchemaFunctions.psm1
Line 606 in 423ed47
| $function_error += $null |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels