Skip to content

Commit

Permalink
Fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kgkg authored Jan 20, 2022
1 parent 518f21f commit 6a20619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/worker.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { workerData } = require('worker_threads');

require('ts-node').register();
require("tsconfig-paths").register();
require('tsconfig-paths').register();

require(workerData.path);

0 comments on commit 6a20619

Please sign in to comment.