diff --git a/src/apphealthmonitor.js b/src/apphealthmonitor.js index e5dfdf80f..16b7582a2 100644 --- a/src/apphealthmonitor.js +++ b/src/apphealthmonitor.js @@ -159,9 +159,8 @@ function processDockerEvents() { }); stream.on('end', function () { - console.error('Docke event stream ended'); + console.error('Docker event stream ended'); gDockerEventStream = null; // TODO: reconnect? - stream.end(); }); }); }