Skip to content

Commit

Permalink
Add log message on package folder synced
Browse files Browse the repository at this point in the history
  • Loading branch information
314pies committed Jun 16, 2024
1 parent 213d666 commit 8072a60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ParrelSync/Editor/ClonesManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ public static void SyncPackages(string cloneProjectPath)
Project cloneProject = new Project(cloneProjectPath);

FileUtil.ReplaceDirectory(sourceProject.packagesPath, cloneProject.packagesPath);
Debug.Log("Package Folder Synced (" + sourceProject.packagesPath + " => " + cloneProject.packagesPath + ")");
}

#endregion
Expand Down

0 comments on commit 8072a60

Please sign in to comment.