Skip to content

Commit

Permalink
more cleaned up function imports
Browse files Browse the repository at this point in the history
  • Loading branch information
khbsd committed May 31, 2024
1 parent e500682 commit ece4c68
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions support_files/conversion_worker.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
const { CREATE_LOGGER, raiseError, raiseInfo } = require('./log_utils.js');
const bg3mh_logger = CREATE_LOGGER();
const { raiseError, raiseInfo } = require('./log_utils.js');
const { parentPort, workerData } = require('node:worker_threads');
const path = require('node:path');
const fs = require('node:fs');


const { convert } = require('./conversion_junction.js')
Expand Down

0 comments on commit ece4c68

Please sign in to comment.