Skip to content

Commit

Permalink
A
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterbrandsen authored Feb 6, 2024
1 parent ada862d commit 2ef1e3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/process/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import getProxy from "../helper/proxy.js";
import { FixedThreadPool } from "poolifier";
import { dirname } from 'node:path';
import { fileURLToPath } from 'node:url';
import ProcessDataBroker from "../data/broker/processData.js";

const __dirname = dirname(fileURLToPath(import.meta.url));

Expand Down

0 comments on commit 2ef1e3a

Please sign in to comment.