Added mail thing
This commit is contained in:
@@ -64,6 +64,13 @@ Log.dberror = function(error) {
|
||||
);
|
||||
};
|
||||
|
||||
Log.mailerror = function(error) {
|
||||
log(
|
||||
'[MLE] ' + new Date() + ' ' + error,
|
||||
Colors.RED
|
||||
);
|
||||
}
|
||||
|
||||
if (isDev) {
|
||||
Log.debug = function(info) {
|
||||
log(
|
||||
|
||||
Reference in New Issue
Block a user