Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas committed Apr 11, 2022
1 parent 03fa81f commit 1ca839b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export class MeterProvider implements metrics.MeterProvider {

// do not flush after shutdown
if (this._shutdown) {
api.diag.warn('invalid attempt to force flush after shutdown');
api.diag.warn('invalid attempt to force flush after MeterProvider shutdown');
return;
}

Expand Down

0 comments on commit 1ca839b

Please sign in to comment.