send stack instead of message

This commit is contained in:
Barış Soner Uşaklı
2018-01-15 12:08:54 -05:00
parent 7b04b4876d
commit 4b5c87e93f

View File

@@ -112,7 +112,7 @@ if (process.env.minifier_child) {
if (err) {
process.send({
type: 'error',
message: err.message,
message: err.stack,
});
return;
}