Revert meme

This commit is contained in:
TheEssem 2019-12-29 11:01:00 -06:00
parent 6446cfd9bd
commit 6c50af8445

View file

@ -17,7 +17,7 @@ exports.run = async (message, args) => {
if (error) throw error; if (error) throw error;
}); });
child.stderr.once("data", (error) => { child.stderr.once("data", (error) => {
if (error) throw error.toString(); if (error) throw error;
}); });
child.stdout.once("close", () => { child.stdout.once("close", () => {
const data = Buffer.concat(chunks); const data = Buffer.concat(chunks);