parent
910d410d6c
commit
2ae12ee049
|
@ -39,6 +39,11 @@ module.exports = {
|
|||
return;
|
||||
}
|
||||
|
||||
if (message === "Connection Error: Error: read ECONNRESET") {
|
||||
// Knex automatically handles the reconnection
|
||||
return;
|
||||
}
|
||||
|
||||
console.warn(message);
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue