forked from rojo-rbx/rojo
Add extra diagnostic trace for path_created_or_updated
This commit is contained in:
@@ -87,7 +87,10 @@ impl RbxSession {
|
|||||||
|
|
||||||
let snapshot = match maybe_snapshot {
|
let snapshot = match maybe_snapshot {
|
||||||
Some(snapshot) => snapshot,
|
Some(snapshot) => snapshot,
|
||||||
None => return,
|
None => {
|
||||||
|
trace!("Path resulted in no snapshot being generated.");
|
||||||
|
return;
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
trace!("Snapshot: {:#?}", snapshot);
|
trace!("Snapshot: {:#?}", snapshot);
|
||||||
|
|||||||
Reference in New Issue
Block a user