diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-03-07 13:20:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-07 13:20:27 +0100 |
commit | 88b77da25ca43651a9feb178a5c8d916d983e0a2 (patch) | |
tree | e6d02855c773b715509778771fce9270580cc035 /cli/worker.rs | |
parent | 36c50f442d0ca5e6e751fa3314f8508b24ce7303 (diff) |
refactor: remove cli/ops/files.rs (#4246)
* "op_close" - moved to "cli/ops/resources.rs"
* "op_seek", "op_open" - moved to "cli/ops/fs.rs"
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
Diffstat (limited to 'cli/worker.rs')
-rw-r--r-- | cli/worker.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/worker.rs b/cli/worker.rs index 370e3f297..6593ade0b 100644 --- a/cli/worker.rs +++ b/cli/worker.rs @@ -204,7 +204,6 @@ impl MainWorker { ops::runtime_compiler::init(isolate, &state); ops::errors::init(isolate, &state); ops::fetch::init(isolate, &state); - ops::files::init(isolate, &state); ops::fs::init(isolate, &state); ops::fs_events::init(isolate, &state); ops::io::init(isolate, &state); |