Skip to content

Commit

Permalink
fix: removed the joy from reimport messages
Browse files Browse the repository at this point in the history
  • Loading branch information
sinnwrig committed Oct 3, 2024
1 parent 5133509 commit 3427e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Prowl.Editor/Assets/AssetDatabase.Core.cs
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ public static bool Reimport(FileInfo assetFile, bool disposeExisting = true)
meta.dependencies = dependencies.ToList();
meta.Save();

Debug.Log($"Reimported {Path.GetRelativePath(Project.Active.ProjectPath, assetFile.FullName)}!");
Debug.Log($"Reimported {Path.GetRelativePath(Project.Active.ProjectPath, assetFile.FullName)}.");
return true;
}

Expand Down

0 comments on commit 3427e31

Please sign in to comment.