forked from rojo-rbx/rojo
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