From 1bcc8d685b1d46ad8044f1fd011adf42280c5661 Mon Sep 17 00:00:00 2001 From: acethecreator Date: Thu, 5 Oct 2023 17:23:29 +0100 Subject: [PATCH] . --- tools/bundler/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/bundler/index.js b/tools/bundler/index.js index c42e4f6a..0ff04696 100644 --- a/tools/bundler/index.js +++ b/tools/bundler/index.js @@ -96,7 +96,6 @@ async function loadBindings(bundler) { await fs.promises.writeFile(outputFileWithoutId, JSON.stringify(bundledSchemaWithoutIds, null, 4)); }catch(e) { throw new Error(e); - } } console.log('done');