Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmin2 committed Jan 9, 2024
1 parent a996eef commit 85a867f
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 85a867f

Please sign in to comment.