change to console.error

This commit is contained in:
Barış Soner Uşaklı
2023-06-19 16:37:24 -04:00
parent ed01753d2a
commit 5e696c9046

View File

@@ -165,7 +165,7 @@ actions.buildCSS = async function buildCSS(data) {
});
css = scssOutput.css.toString();
} catch (err) {
winston.error(err.stack);
console.error(err.stack);
}