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
gitea/salix/pipeline/head Something is wrong with the build of this commit
Details
This commit is contained in:
parent
201987fb99
commit
f103931e50
|
@ -126,7 +126,7 @@ module.exports = Self => {
|
||||||
await fetch(ostUri, params);
|
await fetch(ostUri, params);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
const err = new Error(`${ticketId} Ticket close failed: ${e.message}`);
|
const err = new Error(`${ticketId} Ticket close failed: ${e.message}`);
|
||||||
err.stack = e.stack;
|
err.stack += e.stack;
|
||||||
console.error(err);
|
console.error(err);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue