summaryrefslogtreecommitdiff
path: root/cli/module_loader.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/module_loader.rs')
-rw-r--r--cli/module_loader.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/module_loader.rs b/cli/module_loader.rs
index 608ee855b..67811304b 100644
--- a/cli/module_loader.rs
+++ b/cli/module_loader.rs
@@ -145,6 +145,8 @@ impl ModuleLoadPreparer {
npm_resolver: Some(graph_npm_resolver),
module_analyzer: Some(&*analyzer),
reporter: maybe_file_watcher_reporter,
+ // todo(dsherret): workspace support
+ workspace_members: vec![],
},
)
.await?;