forked from rojo-rbx/rojo
Merge branch 'master' into serve-instances
This commit is contained in:
@@ -200,7 +200,9 @@ fn main() {
|
||||
|
||||
println!("Server listening on port {}", port);
|
||||
|
||||
loop {}
|
||||
loop {
|
||||
thread::park();
|
||||
}
|
||||
},
|
||||
("pack", _) => {
|
||||
eprintln!("'rojo pack' is not yet implemented!");
|
||||
|
||||
@@ -92,6 +92,8 @@ impl VfsWatcher {
|
||||
}
|
||||
}
|
||||
|
||||
loop {}
|
||||
loop {
|
||||
thread::park();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user