mirror of
https://github.com/kiegroup/git-backporting.git
synced 2025-06-28 21:53:47 +00:00
refactor: updated logging messages
This commit is contained in:
parent
e29dae5073
commit
310ef1fd23
18 changed files with 88 additions and 85 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
log(prefix: string, ...str: string[]) {
|
||||
// eslint-disable-next-line no-console
|
||||
console.log.apply(console, [prefix, ...str]);
|
||||
console.log.apply(console, [`[${prefix.padEnd(5)}]`, ...str]);
|
||||
}
|
||||
|
||||
emptyLine() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue