This commit is contained in:
Girish Ramakrishnan
2016-04-20 12:55:14 -07:00
parent 6eea2fef9a
commit d87b7dcb75

View File

@@ -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
});
});