fix logger
This commit is contained in:
parent
ff3bc0e8c2
commit
42fedec088
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
export function logger(message) {
|
||||
console.log(`${message}`, 'background-color: black;color:white;padding:4px;border-radius:15px');
|
||||
console.log(`%c${message}`, 'background-color: black;color:white;padding:4px;border-radius:15px');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue