mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-11 15:14:36 +02:00
Split AreaFix with \r\n
This commit is contained in:
parent
f939babe72
commit
ad60e5a7df
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue