``` jscoverage:lib/nodemailer/lib/mime.js:139: SyntaxError: missing ; before statement jscoverage: parse error in file lib/nodemailer/lib/mime.js ``` https://github.com/andris9/Nodemailer/blob/v0.1.9/lib/mime.js#l139 Many people omit `;` where it is not necessary.
https://github.com/andris9/Nodemailer/blob/v0.1.9/lib/mime.js#l139
Many people omit
;where it is not necessary.