We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b2a73 commit 9a79b63Copy full SHA for 9a79b63
scripts/ExportCodeFormatted.csx
@@ -23,7 +23,7 @@ List<UndertaleCode> toDump = Data.Code.Where(c => c.ParentEntry is null).ToList(
23
24
await DumpCode();
25
26
-ScriptMessage("Export Complete.\n\nLocation: " + codeFolder);
+ScriptMessage($"Export Complete.\n\nDumped {toDump.Count}/{Data.Code.Count} entries.\nLocation: {codeFolder}");
27
28
async Task DumpCode()
29
{
0 commit comments