From ad60e5a7dfe28850a0df0b4e00a0f15c3860c3c8 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Tue, 9 Jan 2018 22:13:29 -0700 Subject: [PATCH] Split AreaFix with \r\n --- core/oputil/oputil_message_base.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/oputil/oputil_message_base.js b/core/oputil/oputil_message_base.js index 1312f2a4..2ab93104 100644 --- a/core/oputil/oputil_message_base.js +++ b/core/oputil/oputil_message_base.js @@ -79,7 +79,7 @@ function areaFix() { // const messageBody = argv._.slice(2, -1).map(arg => { return arg.replace(/["']/g, ''); - }).join('\n') + '\n'; + }).join('\r\n') + '\n'; const Message = require('../message.js');