Add missing variable
This commit is contained in:
parent
687738b75b
commit
225926bdc1
@ -29,6 +29,8 @@ glob("**/workspace.json", async function (err, files) {
|
|||||||
encoding: "hex",
|
encoding: "hex",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
let channels = new Set()
|
||||||
|
|
||||||
for (const file of files) {
|
for (const file of files) {
|
||||||
//files.forEach(async function(file) {
|
//files.forEach(async function(file) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user