Skip to content

Commit 69118a5

Browse files
author
James Brundage
committed
fix: Turtle.get_PNG/JPEG/WEBP requirement clarification ( Fixes #110 )
1 parent ee35ad8 commit 69118a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Types/Turtle/get_JPEG.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$chromiumNames = 'chromium','chrome','msedge'
1+
$chromiumNames = 'chromium','chrome'
22
foreach ($browserName in $chromiumNames) {
33
$chromiumCommand =
44
$ExecutionContext.SessionState.InvokeCommand.GetCommand($browserName,'Application')

Types/Turtle/get_PNG.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$chromiumNames = 'chromium','chrome','msedge'
1+
$chromiumNames = 'chromium','chrome'
22
foreach ($browserName in $chromiumNames) {
33
$chromiumCommand =
44
$ExecutionContext.SessionState.InvokeCommand.GetCommand($browserName,'Application')

Types/Turtle/get_WEBP.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$chromiumNames = 'chromium','chrome','msedge'
1+
$chromiumNames = 'chromium','chrome'
22
foreach ($browserName in $chromiumNames) {
33
$chromiumCommand =
44
$ExecutionContext.SessionState.InvokeCommand.GetCommand($browserName,'Application')

0 commit comments

Comments
 (0)