Display build warns and errors

This commit is contained in:
Aurelsicoko 2017-12-20 15:43:17 +01:00
parent 963a09b3a3
commit 34763b0237

View File

@ -30,7 +30,9 @@ shell.ls('* -d', plugins).forEach(function (plugin) {
silent: true
});
 sa
if (build.stderr) {
console.error(build.stderr);
}
shell.echo('');
});