mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-11-26 08:16:46 +07:00
node_modules: update
This commit is contained in:
2
node_modules/nodemailer/lib/smtp-connection/http-proxy-client.js
generated
vendored
2
node_modules/nodemailer/lib/smtp-connection/http-proxy-client.js
generated
vendored
@ -44,7 +44,7 @@ function httpProxyClient(proxyUrl, destinationPort, destinationHost, callback) {
|
||||
// Error harness for initial connection. Once connection is established, the responsibility
|
||||
// to handle errors is passed to whoever uses this socket
|
||||
let finished = false;
|
||||
let tempSocketErr = function(err) {
|
||||
let tempSocketErr = function (err) {
|
||||
if (finished) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user