mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-27 09:35:35 -05:00
ignore error for some time...
This commit is contained in:
parent
f19fa1fb74
commit
3922aa5765
1 changed files with 2 additions and 2 deletions
4
index.js
4
index.js
|
@ -376,8 +376,8 @@ function main() {
|
|||
});
|
||||
|
||||
bot._client.on('error', function(error) {
|
||||
console.log('Error: ' + util.inspect(error));
|
||||
channel.send('Error: ' + util.inspect(error));
|
||||
// console.log('Error: ' + util.inspect(error));
|
||||
// channel.send('Error: ' + util.inspect(error));
|
||||
// onerror('error event: ' + util.inspect(err).replaceAll('runner', 'chayapak1'));
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue