From e19180147b8b90b5a66a0a311a1fdacd2d6d4b82 Mon Sep 17 00:00:00 2001
From: Kaloyan Manolov <kmanolov@asteasolutions.com>
Date: Mon, 28 Apr 2025 17:01:27 +0300
Subject: [PATCH] fix: lint error

---
 webpack.renderer.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webpack.renderer.js b/webpack.renderer.js
index 2e7b555..4e82553 100644
--- a/webpack.renderer.js
+++ b/webpack.renderer.js
@@ -85,7 +85,7 @@ module.exports = makeConfig(
                         from: path.join(getModulePath('@scratch/scratch-gui'), 'libraries'),
                         to: 'static/libraries',
                         flatten: true
-                    },
+                    }
                     // This still results in a missing fetch worker error, because the fetch-worker
                     // is attempted to be resolved on an absolute path (e.g. file:///chunks/fetch-worker..)
                     // That is still fine, because we don't need the fetch-worker to retrieve information.