diff --git a/app/utils/sendStatusOtherSystem.js b/app/utils/sendStatusOtherSystem.js index 95944b8..17132d8 100644 --- a/app/utils/sendStatusOtherSystem.js +++ b/app/utils/sendStatusOtherSystem.js @@ -931,6 +931,7 @@ const checkMultipleRequest = async () => { if (stdout !== "") { allResponse+=JSON.stringify(req.name+"\n"+stdout) console.log("stdout ", stdout) + console.log(typeof stdout) console.log("req.name ", req.name) console.log(req.name==="Perthmint") console.log(stdout.toString().split("true"))