Skip to content

Commit dd3bf33

Browse files
authored
chore: fix a type and remove obsolete comment (#23)
1 parent c939456 commit dd3bf33

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tools/performance.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ export const startTrace = defineTool({
4949
});
5050
}
5151

52-
// This panel may be opened with trace data recorded in other tools.
5352
// Keep in sync with the categories arrays in:
5453
// https://source.chromium.org/chromium/chromium/src/+/main:third_party/devtools-frontend/src/front_end/panels/timeline/TimelineController.ts
5554
// https://github.com/GoogleChrome/lighthouse/blob/master/lighthouse-core/gather/gatherers/trace.js
@@ -125,7 +124,7 @@ async function stopTracingAndAppendOutput(
125124
response.appendResponseLine(insightText);
126125
} else {
127126
response.appendResponseLine(
128-
'No insights has been found. The performance looks good!',
127+
'No insights have been found. The performance looks good!',
129128
);
130129
}
131130
}

0 commit comments

Comments
 (0)