This commit is contained in:
Leandro Facchinetti 2022-11-17 19:22:00 +00:00
parent 57c329131a
commit af5080f6e3
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ await commander.program
application.process.number,
application.process.id,
...messageParts,
].join("\t")
].join(" \t")
);
};