The variable '$localized' cannot be retrieved because it has not been set.
At <FOLDER_PATH>\PScribo\PScribo.psm1:14 char:24
+ Write-Verbose ($localized.ImportingFile -f $_.FullName);
+ ~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (localized:String) [], RuntimeException
+ FullyQualifiedErrorId : VariableIsUndefined
It's related to the situation where PSCulture is different than en-US.
In the environment
under importing of PSCribo
errors are displayed many times.
It's related to the situation where PSCulture is different than en-US.
Related issues
40
50