Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmin2 committed Dec 19, 2023
1 parent 0f2bc17 commit 2fe5ccf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/bundler/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
const path = require('path');
const fs = require('fs');
const traverse = require('json-schema-traverse');
// const { url } = require('inspector');
/* eslint-disable no-unused-vars */
const { url } = require('inspector');
const definitionsDirectory = path.resolve(__dirname, '../../definitions');
const bindingsDirectory = path.resolve(__dirname, '../../bindings');
const outputDirectory = path.resolve(__dirname, '../../schemas');
Expand Down

0 comments on commit 2fe5ccf

Please sign in to comment.