add logs
This commit is contained in:
parent
4f918f5a91
commit
a704caee18
2
index.js
2
index.js
|
@ -179,7 +179,7 @@ const generateExtensionListEmbed = async () => {
|
||||||
`);
|
`);
|
||||||
|
|
||||||
console.log(`2.1 query end ${rows.length}`)
|
console.log(`2.1 query end ${rows.length}`)
|
||||||
|
console.log(JSON.stringify(rows, null, 2))
|
||||||
// Add extensions that weren't in the results to the inactive array
|
// Add extensions that weren't in the results to the inactive array
|
||||||
rows.forEach(row => {
|
rows.forEach(row => {
|
||||||
console.log("2.2 foreach start")
|
console.log("2.2 foreach start")
|
||||||
|
|
Loading…
Reference in a new issue