rename to sendFailureLogs

This commit is contained in:
Girish Ramakrishnan
2016-04-19 18:06:11 -07:00
parent a97720d204
commit 2f8dc35c5d
2 changed files with 3 additions and 3 deletions

View File

@@ -28,6 +28,6 @@ function sendCrashNotification(processName) {
}
console.log('Sending crash notification email for', processName);
mailer.sendCrashNotification(processName, result);
mailer.sendFailureLogs(processName, result);
});
}