Bug 1113675 - Follow-up: Actually add the diagnostic to the AsyncShutdownTimeout state.

This commit is contained in:
Georg Fritzsche 2014-12-24 18:08:45 +01:00
Родитель 3474c1cff3
Коммит b7d7a3f59c
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -417,6 +417,7 @@ AbstractHealthReporter.prototype = Object.freeze({
shutdownComplete: this._shutdownComplete,
currentProviderInShutdown: this._currentProviderInShutdown,
currentProviderInInit: this._currentProviderInInit,
currentProviderInCollect: this._currentProviderInCollect,
}));
try {