Skip to content

Commit 686bd48

Browse files
Update Analyzer/SQLite/Writers/AddressablesBuildLayoutSQLWriter.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e3a051c commit 686bd48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Analyzer/SQLite/Writers/AddressablesBuildLayoutSQLWriter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ public void WriteAddressablesBuild(string filename, BuildLayout buildLayout)
212212
}
213213
catch (Exception e)
214214
{
215-
Console.WriteLine(e.StackTrace.ToString());
215+
Console.WriteLine(e.StackTrace);
216216
transaction.Rollback();
217217
throw;
218218
}

0 commit comments

Comments
 (0)