mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-25 23:10:34 -04:00
fix logger
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user