Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #10 from vim-denops/fix-massive-data
Browse files Browse the repository at this point in the history
Update workerio to fix massive data issue
  • Loading branch information
lambdalisue authored Apr 10, 2021
2 parents 9166242 + c2c2981 commit 68922b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ export type {
Dispatcher,
DispatcherFrom,
} from "https://deno.land/x/[email protected]/mod.ts";
export { copy as copyBytes } from "https://deno.land/[email protected]/bytes/mod.ts";
export {
WorkerReader,
WorkerWriter,
} from "https://deno.land/x/workerio@v1.0/mod.ts";
} from "https://deno.land/x/workerio@v1.1/mod.ts";

0 comments on commit 68922b1

Please sign in to comment.