Fix #216
This commit is contained in:
Chaoyi Yuan 2018-12-05 11:34:05 +08:00 коммит произвёл GitHub
Родитель d775376c19 0d6ad5c69f
Коммит dc434c64bc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
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;
}