Skip to content

Commit 793d5bc

Browse files
committed
Fix PowerShell#509: Suppress missing language errors from Import-LocalizedData
1 parent dac07fe commit 793d5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/PowerShellEditorServices/Commands/PowerShellEditorServices.Commands.psm1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Import-LocalizedData -BindingVariable Strings -FileName Strings
1+
Import-LocalizedData -BindingVariable Strings -FileName Strings -ErrorAction Ignore
22

33
Get-ChildItem -Path $PSScriptRoot\Public\*.ps1 | ForEach-Object {
44
. $PSItem.FullName

0 commit comments

Comments
 (0)