Make scss-logs fancy

This commit is contained in:
Manuel Thalmann 2021-05-11 19:55:14 +00:00
parent 31ee457468
commit d65760e437

View file

@ -374,7 +374,7 @@ export function Theme(): NodeJS.ReadWriteStream
{ {
if (settings.Watch) if (settings.Watch)
{ {
console.log("Building scss-code."); logger.info("Building scss-code.");
} }
return src( return src(
@ -424,7 +424,7 @@ export function Theme(): NodeJS.ReadWriteStream
{ {
if (settings.Watch) if (settings.Watch)
{ {
console.log("Building scss-code finished."); logger.info("Building scss-code finished.");
} }
}); });
} }