mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 21:25:16 +00:00
Cleanup old modules and create more focused code
This commit is contained in:
@@ -71,7 +71,7 @@ impl Session {
|
||||
let vfs_temp = vfs.lock().unwrap();
|
||||
|
||||
for root in vfs_temp.get_roots() {
|
||||
println!("Watching {}", root.display());
|
||||
info!("Watching path {}", root.display());
|
||||
|
||||
let (watch_tx, watch_rx) = mpsc::channel();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user