Pass common plugin chain into web handler

This commit is contained in:
Lucien Greathouse
2017-12-20 22:35:26 -08:00
parent aaaf3ba0b9
commit 95581dbaa6
2 changed files with 2 additions and 15 deletions

View File

@@ -207,7 +207,7 @@ fn main() {
println!("Server listening on port {}", port);
web::start(config.clone(), project.clone(), vfs.clone());
web::start(config.clone(), project.clone(), &PLUGIN_CHAIN, vfs.clone());
},
("pack", _) => {
eprintln!("'rojo pack' is not yet implemented!");