Commit 066570a2 authored by John Wick's avatar John Wick Committed by GitHub

fix typo in base-service-v2.ts

parent 76828aee
......@@ -451,7 +451,7 @@ export abstract class BaseServiceV2<
this.logger.info('waiting for main to complete')
// if main is in the middle of running wait for it to complete
await this.mainPromise
this.logger.info('main loop stoped.')
this.logger.info('main loop stopped.')
// Shut down the metrics server if it's running.
if (this.server) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment