Skip to content

Commit dd6396d

Browse files
authored
fix: include Arc to supported Chromium Browsers (#11217)
1 parent ad56077 commit dd6396d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/docusaurus/src/commands/utils/openBrowser/openBrowser.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ async function tryOpenWithAppleScript({
6464
'Brave Browser',
6565
'Vivaldi',
6666
'Chromium',
67+
'Arc',
6768
];
6869

6970
// Among all the supported browsers, retrieves to stdout the active ones
@@ -72,7 +73,7 @@ async function tryOpenWithAppleScript({
7273
)})$"`;
7374

7475
const result = await execPromise(command).catch(() => {
75-
// Ignore grep errors when macOS user has no Chromium-based browser
76+
// Ignore grep errors when macOS user has no Chromium-based browser open
7677
// See https://github.com/facebook/docusaurus/issues/11204
7778
});
7879
if (!result) {

0 commit comments

Comments
 (0)