mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
Resolve merge conflict
This commit is contained in:
parent
ecb1543e2f
commit
2a23c237ef
@ -20,7 +20,6 @@ function mailgunAppender(_config, _layout) {
|
||||
|
||||
mailgun.messages().send(data, function (error, body) {
|
||||
if (error != null) console.error("log4js.mailgunAppender - Error happened", error);
|
||||
else console.log("Success", body);
|
||||
})
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user