Skip to content

Commit 89555c5

Browse files
authored
Fix broken link in the dev tools message (#5924)
1 parent 3efce4c commit 89555c5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/test/unit/__snapshots__/window-console.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The profile format is documented here:
4545
%chttps://github.com/firefox-devtools/profiler/blob/main/docs-developer/processed-profile-format.md%c
4646
4747
The CallTree class's source code is available here:
48-
%chttps://github.com/firefox-devtools/profiler/blob/main/src/profile-logic/call-tree.js%c",
48+
%chttps://github.com/firefox-devtools/profiler/blob/main/src/profile-logic/call-tree.ts%c",
4949
"font-size: 130%;",
5050
"",
5151
"font-weight: bold;",

src/utils/window-console.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ export function logFriendlyPreamble() {
431431
%chttps://github.com/firefox-devtools/profiler/blob/main/docs-developer/processed-profile-format.md%c
432432
433433
The CallTree class's source code is available here:
434-
%chttps://github.com/firefox-devtools/profiler/blob/main/src/profile-logic/call-tree.js%c
434+
%chttps://github.com/firefox-devtools/profiler/blob/main/src/profile-logic/call-tree.ts%c
435435
`,
436436
// "The following profiler..."
437437
intro,
@@ -490,7 +490,7 @@ export function logFriendlyPreamble() {
490490
// "processed-profile-format.md"
491491
link,
492492
reset,
493-
// "call-tree.js"
493+
// "call-tree.ts"
494494
link,
495495
reset
496496
);

0 commit comments

Comments
 (0)