Make scss-logs fancy
This commit is contained in:
parent
31ee457468
commit
d65760e437
1 changed files with 2 additions and 2 deletions
|
@ -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.");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue