forked from rojo-rbx/rojo
Update workflow and tooling versions (#910)
This commit is contained in:
@@ -136,7 +136,7 @@ impl JobThreadContext {
|
||||
// created all at once.
|
||||
let mut current_path = path.as_path();
|
||||
let affected_ids = loop {
|
||||
let ids = tree.get_ids_at_path(¤t_path);
|
||||
let ids = tree.get_ids_at_path(current_path);
|
||||
|
||||
log::trace!("Path {} affects IDs {:?}", current_path.display(), ids);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user