Skip to content

Commit

Permalink
chore: Removes no longer required fs include
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodedrift committed Oct 3, 2024
1 parent fc5d135 commit d9ccbd8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/eighty-years-guess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@taskless/loader": patch
---

Removes unnecessary modules from the worker thread
1 change: 0 additions & 1 deletion src/lib/taskless.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ const workerCode = /* js */ `
const {
parentPort, workerData: { notifyHandle, data }
} = require('worker_threads');
const fs = require('fs');
const run = async () => {
try {
Expand Down

0 comments on commit d9ccbd8

Please sign in to comment.