From 225926bdc1fcdd8f78f8180a67912d95201f2a03 Mon Sep 17 00:00:00 2001 From: Chris Hunt Date: Tue, 13 Aug 2024 11:25:38 +0100 Subject: [PATCH] Add missing variable --- processing/processjson.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/processing/processjson.js b/processing/processjson.js index bb4c675..8ab94df 100644 --- a/processing/processjson.js +++ b/processing/processjson.js @@ -29,6 +29,8 @@ glob("**/workspace.json", async function (err, files) { encoding: "hex", }; + let channels = new Set() + for (const file of files) { //files.forEach(async function(file) {