mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
fix: add io ops to worker to fix fetch (#4054)
This commit is contained in:
parent
6dd9643845
commit
d9efb8c02a
5 changed files with 37 additions and 4 deletions
|
@ -38,9 +38,7 @@ impl CompilerWorker {
|
|||
// TODO(bartlomieju): CompilerWorker should not
|
||||
// depend on those ops
|
||||
ops::os::init(isolate, &state);
|
||||
ops::files::init(isolate, &state);
|
||||
ops::fs::init(isolate, &state);
|
||||
ops::io::init(isolate, &state);
|
||||
}
|
||||
Self(worker)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue