This commit is contained in:
Flummi 2016-08-31 20:27:03 +00:00
parent 8f3ed0bf8c
commit 4fb763a723

2
bot.js
View File

@ -27,7 +27,7 @@ var child = new (forever.Monitor)('./src/main.js', {
watch: true,
watchIgnoreDotFiles: true,
watchIgnorePatterns: [
'*.log'
'*.log', 'b/*', 't/*'
],
watchDirectory: __dirname,
logFile: log_bot,