Skip to content

Commit e227f5a

Browse files
committed
nit: Add missing period to timespan metric error message
1 parent c2ebc63 commit e227f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glean/src/core/metrics/types/timespan.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ class TimespanMetricType extends MetricType {
197197
await Context.errorManager.record(
198198
this,
199199
ErrorType.InvalidState,
200-
"Timespan not running"
200+
"Timespan not running."
201201
);
202202
return;
203203
}

0 commit comments

Comments
 (0)