This commit is contained in:
Chaoyi Yuan 2018-12-05 10:24:34 +08:00
Родитель d775376c19
Коммит 0d6ad5c69f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -27,7 +27,7 @@ export class BaseExplorer {
return (err) => {
this.outputLine(label, err.message);
if (this._eventHubClient) {
this.outputLine(label, "D2C monitoring stopped. Please try to start monitoring again or use a differnt consumer group to monitor.");
this.outputLine(label, "D2C monitoring stopped. Please try to start monitoring again or use a different consumer group to monitor.");
this._eventHubClient.close();
this._eventHubClient = null;
}