Skip to content

Commit 056581e

Browse files
committed
Update makeTelemetryDiagnostic doc
1 parent 9c5588d commit 056581e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/diagnostics.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,9 @@ export function flushDiagnostics(config: Config) {
191191
* for creating diagnostics that should only be sent to telemetry and not
192192
* displayed on the status page or CLI summary table.
193193
*
194-
* @param id An identifier under which it makes sense to group this diagnostic message.
195-
* @param name Display name for the ID.
196-
* @param attributes Structured metadata about the diagnostic message.
197-
* @returns Returns the new telemetry diagnostic message.
194+
* @param id An identifier under which it makes sense to group this diagnostic message
195+
* @param name Display name
196+
* @param attributes Structured metadata
198197
*/
199198
export function makeTelemetryDiagnostic(
200199
id: string,

0 commit comments

Comments
 (0)