fix: add io ops to worker to fix fetch (#4054)

This commit is contained in:
Bartek Iwańczuk 2020-02-21 10:35:41 -05:00 committed by GitHub
parent 6dd9643845
commit d9efb8c02a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 37 additions and 4 deletions

View file

@ -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)
}