File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments