send stack instead of message

v1.18.x
Barış Soner Uşaklı 7 years ago
parent 7b04b4876d
commit 4b5c87e93f

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

Loading…
Cancel
Save