forked from rojo-rbx/rojo
Move web server onto main thread
This commit is contained in:
@@ -196,13 +196,9 @@ fn main() {
|
||||
});
|
||||
}
|
||||
|
||||
web::start(config.clone(), project.clone(), vfs.clone());
|
||||
|
||||
println!("Server listening on port {}", port);
|
||||
|
||||
loop {
|
||||
thread::park();
|
||||
}
|
||||
web::start(config.clone(), project.clone(), vfs.clone());
|
||||
},
|
||||
("pack", _) => {
|
||||
eprintln!("'rojo pack' is not yet implemented!");
|
||||
|
||||
Reference in New Issue
Block a user