mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2026-05-09 02:07:31 +07:00
node_modules: update (#290)
Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com>
This commit is contained in:
5
node_modules/nodemailer/lib/mime-node/le-windows.js
generated
vendored
5
node_modules/nodemailer/lib/mime-node/le-windows.js
generated
vendored
@@ -1,7 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
const stream = require('stream');
|
||||
const Transform = stream.Transform;
|
||||
const { Transform } = require('stream');
|
||||
|
||||
/**
|
||||
* Ensures that only <CR><LF> sequences are used for linebreaks
|
||||
@@ -11,8 +10,6 @@ const Transform = stream.Transform;
|
||||
class LeWindows extends Transform {
|
||||
constructor(options) {
|
||||
super(options);
|
||||
// init Transform
|
||||
this.options = options || {};
|
||||
this.lastByte = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user