Skip to content

Commit

Permalink
fix require --unstable flag only when useing worker
Browse files Browse the repository at this point in the history
  • Loading branch information
mathe42 committed Apr 22, 2022
1 parent 8e0de37 commit fb59cef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ export class SMTPWorker {
},
namespace: true,
},
});
// This allowes the deno option so only for pool and worker we need --unstable
} as any);

this.#w.addEventListener("message", (ev: MessageEvent<boolean>) => {
if (ev.data) {
Expand Down

0 comments on commit fb59cef

Please sign in to comment.