mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 12:53:32 +00:00
refactor: minor code cleanups
This commit is contained in:
committed by
Carlos Valente
parent
0335da9786
commit
20503de6fd
@@ -10,7 +10,7 @@ export function consoleSuccess(message: string) {
|
||||
/**
|
||||
* Utility function to log messages in red
|
||||
*/
|
||||
export function consoleRed(message: string) {
|
||||
export function consoleError(message: string) {
|
||||
console.error(inRed(message));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user