Skip to content

Commit

Permalink
Update RunnerHelper.swift (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahsmartin authored Oct 7, 2024
1 parent e4ff4a8 commit 8365a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ETTrace/ETTraceRunner/RunnerHelper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class RunnerHelper {
// Serve Main Thread
try startLocalServer(mainThreadData)

let url = URL(string: "https://emergetools.com/flamegraph")!
let url = URL(string: "https://emergetools.com/ettrace")!
NSWorkspace.shared.open(url)

// Wait 4 seconds for results to be accessed from server, then exit
Expand Down

0 comments on commit 8365a87

Please sign in to comment.