File tree 1 file changed +2
-2
lines changed
src/Components/WebAssembly/Server/src
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ private string GetLaunchChromeInstructions(string targetApplicationUrl)
175
175
else if ( OperatingSystem . IsMacOS ( ) )
176
176
{
177
177
return $@ "<p>Execute the following:</p>
178
- <p><strong><code>open /Applications/Google\ Chrome.app --args --remote-debugging-port={ debuggerPort } --user-data-dir={ profilePath } { targetApplicationUrl } </code></strong></p>" ;
178
+ <p><strong><code>open -n /Applications/Google\ Chrome.app --args --remote-debugging-port={ debuggerPort } --user-data-dir={ profilePath } { targetApplicationUrl } </code></strong></p>" ;
179
179
}
180
180
else
181
181
{
@@ -196,7 +196,7 @@ private string GetLaunchEdgeInstructions(string targetApplicationUrl)
196
196
else if ( OperatingSystem . IsMacOS ( ) )
197
197
{
198
198
return $@ "<p>In a terminal window execute the following:</p>
199
- <p><strong><code>open /Applications/Microsoft\ Edge\ Dev .app --args --remote-debugging-port={ debuggerPort } --user-data-dir={ profilePath } { targetApplicationUrl } </code></strong></p>" ;
199
+ <p><strong><code>open -n /Applications/Microsoft\ Edge.app --args --remote-debugging-port={ debuggerPort } --user-data-dir={ profilePath } { targetApplicationUrl } </code></strong></p>" ;
200
200
}
201
201
else
202
202
{
You can’t perform that action at this time.
0 commit comments