mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-05 09:29:24 +02:00
change to console.error
This commit is contained in:
@@ -165,7 +165,7 @@ actions.buildCSS = async function buildCSS(data) {
|
||||
});
|
||||
css = scssOutput.css.toString();
|
||||
} catch (err) {
|
||||
winston.error(err.stack);
|
||||
console.error(err.stack);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user