Split AreaFix with \r\n
This commit is contained in:
parent
f939babe72
commit
ad60e5a7df
|
@ -79,7 +79,7 @@ function areaFix() {
|
||||||
//
|
//
|
||||||
const messageBody = argv._.slice(2, -1).map(arg => {
|
const messageBody = argv._.slice(2, -1).map(arg => {
|
||||||
return arg.replace(/["']/g, '');
|
return arg.replace(/["']/g, '');
|
||||||
}).join('\n') + '\n';
|
}).join('\r\n') + '\n';
|
||||||
|
|
||||||
const Message = require('../message.js');
|
const Message = require('../message.js');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue