File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1570,7 +1570,7 @@ if ($VerbosePreference -ne 'SilentlyContinue') {
15701570 <ScriptProperty >
15711571 <Name >JPEG</Name >
15721572 <GetScriptBlock >
1573- $chromiumNames = 'chromium','chrome','msedge'
1573+ $chromiumNames = 'chromium','chrome'
15741574foreach ($browserName in $chromiumNames) {
15751575 $chromiumCommand =
15761576 $ExecutionContext.SessionState.InvokeCommand.GetCommand($browserName,'Application')
@@ -1881,7 +1881,7 @@ $this | Add-Member -MemberType NoteProperty -Force -Name '.PatternTransform' -Va
18811881 <ScriptProperty >
18821882 <Name >PNG</Name >
18831883 <GetScriptBlock >
1884- $chromiumNames = 'chromium','chrome','msedge'
1884+ $chromiumNames = 'chromium','chrome'
18851885foreach ($browserName in $chromiumNames) {
18861886 $chromiumCommand =
18871887 $ExecutionContext.SessionState.InvokeCommand.GetCommand($browserName,'Application')
@@ -2136,7 +2136,7 @@ $this | Add-Member -MemberType NoteProperty -Force -Name '.ViewBox' -Value $view
21362136 <ScriptProperty >
21372137 <Name >WEBP</Name >
21382138 <GetScriptBlock >
2139- $chromiumNames = 'chromium','chrome','msedge'
2139+ $chromiumNames = 'chromium','chrome'
21402140foreach ($browserName in $chromiumNames) {
21412141 $chromiumCommand =
21422142 $ExecutionContext.SessionState.InvokeCommand.GetCommand($browserName,'Application')
You can’t perform that action at this time.
0 commit comments