Skip to content

Commit 29992de

Browse files
authored
1 lvl higher. (#73288)
1 parent d76428b commit 29992de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mono/wasm/debugger/DebuggerTestSuite/FirefoxProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ internal class FirefoxProvider : WasmHostProvider
2323
private FirefoxDebuggerProxy? _firefoxDebuggerProxy;
2424
private static readonly Lazy<string> s_browserPath = new(() =>
2525
{
26-
string artifactsBinDir = Path.Combine(Path.GetDirectoryName(typeof(ChromeProvider).Assembly.Location)!, "..", "..");
26+
string artifactsBinDir = Path.Combine(Path.GetDirectoryName(typeof(ChromeProvider).Assembly.Location)!, "..", "..", "..");
2727
return BrowserLocator.FindFirefox(artifactsBinDir, "BROWSER_PATH_FOR_TESTS");
2828
});
2929

0 commit comments

Comments
 (0)