Skip to content

Commit 9a79b63

Browse files
committed
Debugging info
1 parent 28b2a73 commit 9a79b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ExportCodeFormatted.csx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ List<UndertaleCode> toDump = Data.Code.Where(c => c.ParentEntry is null).ToList(
2323

2424
await DumpCode();
2525

26-
ScriptMessage("Export Complete.\n\nLocation: " + codeFolder);
26+
ScriptMessage($"Export Complete.\n\nDumped {toDump.Count}/{Data.Code.Count} entries.\nLocation: {codeFolder}");
2727

2828
async Task DumpCode()
2929
{

0 commit comments

Comments
 (0)