From bd640bc7e6a946dec4477afc64d8083e372660f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 21 Feb 2020 13:21:51 -0500 Subject: feat: Deno.fsEvents() (#3452) --- cli/worker.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/worker.rs') diff --git a/cli/worker.rs b/cli/worker.rs index bfcc1afdc..a4a35dfaa 100644 --- a/cli/worker.rs +++ b/cli/worker.rs @@ -206,6 +206,7 @@ impl MainWorker { 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); ops::plugins::init(isolate, &state, op_registry); ops::net::init(isolate, &state); -- cgit v1.2.3