You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
Currently if $Desired is $null, it skips testing whether the value is still $null.
Current
We should wait for #114 to be resolved, but i have been testing with this and it works:
https://gist.github.com/Midacts/3f6f3304dcfad54765f8faa11ecb05d8
It adds the check to make sure $null still equals $null inside of the
It
blocksTry
statement.The text was updated successfully, but these errors were encountered: