Skip to content

Commit 5a336b0

Browse files
committed
Fix #509: Suppress missing language errors from Import-LocalizedData
1 parent dac07fe commit 5a336b0

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)