refactor: machacar stack
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
a68fe26952
commit
0c6d335c4a
|
@ -121,7 +121,7 @@ module.exports = Self => {
|
|||
};
|
||||
await fetch(ostUri, params);
|
||||
} catch (e) {
|
||||
const err = new Error(`$s{ticketId} Ticket close failed: ${e.message}`);
|
||||
const err = new Error(`${ticketId} Ticket close failed: ${e.message}`);
|
||||
err.stack = e.stack;
|
||||
console.error(err);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue