From d87b7dcb75fdab1dfa37f0246fc91bb77ca7fd99 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 20 Apr 2016 12:55:14 -0700 Subject: [PATCH] fix typo --- src/apphealthmonitor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apphealthmonitor.js b/src/apphealthmonitor.js index 0f24390a3..243476223 100644 --- a/src/apphealthmonitor.js +++ b/src/apphealthmonitor.js @@ -162,7 +162,7 @@ function processDockerEvents() { debug('OOM Context: %s', context); // do not send mails for dev apps - if (error || app.appStoreId !== '') mailer.sendCrashNotification(program, context); // app can be null if it's an addon crash + if (error || app.appStoreId !== '') mailer.unexpectedExit(program, context); // app can be null if it's an addon crash }); });