refactor: machacar stack
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Vicent Llopis 2023-01-05 15:01:29 +01:00
parent a68fe26952
commit 0c6d335c4a
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}