We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad56077 commit dd6396dCopy full SHA for dd6396d
1 file changed
packages/docusaurus/src/commands/utils/openBrowser/openBrowser.ts
@@ -64,6 +64,7 @@ async function tryOpenWithAppleScript({
64
'Brave Browser',
65
'Vivaldi',
66
'Chromium',
67
+ 'Arc',
68
];
69
70
// Among all the supported browsers, retrieves to stdout the active ones
@@ -72,7 +73,7 @@ async function tryOpenWithAppleScript({
72
73
)})$"`;
74
75
const result = await execPromise(command).catch(() => {
- // Ignore grep errors when macOS user has no Chromium-based browser
76
+ // Ignore grep errors when macOS user has no Chromium-based browser open
77
// See https://github.com/facebook/docusaurus/issues/11204
78
});
79
if (!result) {
0 commit comments