forked from Supositware/Haha-Yes
Also show in logs
This commit is contained in:
parent
7df050e5a3
commit
d807067acd
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ class EvalCommand extends Command {
|
|||
const { stdout, stderr } = await exec('git pull');
|
||||
message.channel.send(stdout);
|
||||
message.channel.send(stderr);
|
||||
console.log(`stdout: ${stdout}`);
|
||||
console.log(`stderr: ${stderr}`);
|
||||
}
|
||||
update();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue