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
InvalidOperation: <User profile path>\Documents\PowerShell\Modules\Fasdr\1.0.135\Fasdr.psm1:288
Line |
288 | if ((test-path $path) -and $global:fasdrDatabase.AddEntry($fi …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| You cannot call a method on a null-valued expression.
Are there any plans to support 7 or any idea what needs to be done?
The text was updated successfully, but these errors were encountered:
In PowerShell 7,
Import-Module Fasdr
results in:Are there any plans to support 7 or any idea what needs to be done?
The text was updated successfully, but these errors were encountered: