rename to sendFailureLogs
This commit is contained in:
@@ -28,6 +28,6 @@ function sendCrashNotification(processName) {
|
||||
}
|
||||
|
||||
console.log('Sending crash notification email for', processName);
|
||||
mailer.sendCrashNotification(processName, result);
|
||||
mailer.sendFailureLogs(processName, result);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user