Update Bot (j'ai plus le repo sur GitHub)
Qui c'est la conne qui a delete le repo sur GitHub? C'EST MOIIIII
This commit is contained in:
3
node_modules/mysql2/lib/packets/packet.js
generated
vendored
3
node_modules/mysql2/lib/packets/packet.js
generated
vendored
@@ -73,7 +73,6 @@ class Packet {
|
||||
}
|
||||
|
||||
dump() {
|
||||
// eslint-disable-next-line no-console
|
||||
console.log(
|
||||
[this.buffer.asciiSlice(this.start, this.end)],
|
||||
this.buffer.slice(this.start, this.end),
|
||||
@@ -227,7 +226,7 @@ class Packet {
|
||||
res = resNumber.toString() === resString ? resNumber : resString;
|
||||
return bigNumberStrings ? resString : res;
|
||||
}
|
||||
// eslint-disable-next-line no-console
|
||||
|
||||
console.trace();
|
||||
throw new Error(`Should not reach here: ${tag}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user