File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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 */
199198export function makeTelemetryDiagnostic (
200199 id : string ,
You can’t perform that action at this time.
0 commit comments