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');