summaryrefslogtreecommitdiff
path: root/cli/main.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-09-28 12:14:11 +0200
committerGitHub <noreply@github.com>2020-09-28 12:14:11 +0200
commit45d4fd44c9444241a898d3075b99e8871fccdd65 (patch)
treec6ac6bb880023326e935f96d56ef23ba891f92d3 /cli/main.rs
parent8ceb165e5d1dc0c8d417e42ffc3a26e8f5a62a03 (diff)
refactor: move op state registration to workers (#7696)
Diffstat (limited to 'cli/main.rs')
-rw-r--r--cli/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/main.rs b/cli/main.rs
index 0acf74ade..1518ca98e 100644
--- a/cli/main.rs
+++ b/cli/main.rs
@@ -54,7 +54,6 @@ mod tsc;
mod tsc_config;
mod upgrade;
pub mod version;
-mod web_worker;
pub mod worker;
use crate::coverage::CoverageCollector;