fix: se concatenan pq sino no muestra el id del ticket
gitea/salix/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Vicent Llopis 2023-01-10 08:14:13 +01:00
parent 201987fb99
commit f103931e50
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ module.exports = Self => {
await fetch(ostUri, params);
} catch (e) {
const err = new Error(`${ticketId} Ticket close failed: ${e.message}`);
err.stack = e.stack;
err.stack += e.stack;
console.error(err);
}
}