Skip to content

Commit 382bbfb

Browse files
committed
fixup code
1 parent 199583e commit 382bbfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glean/src/core/pings/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ class PingType implements CommonPingData {
141141
*/
142142
async testBeforeNextSubmit(validatorFn: ValidatorFunction): Promise<void> {
143143
if (this.testValidator) {
144-
console.error(`There is an existing test call for ping "${this.name}": ignoring.`);
144+
console.error(`There is an existing test call for ping "${this.name}". Ignoring.`);
145145
return;
146146
}
147147

0 commit comments

Comments
 (0)