Update packages

This commit is contained in:
Matt Nadareski
2024-03-12 16:47:21 -04:00
parent 93c8dce1ea
commit 76e3b0d83a
20 changed files with 46 additions and 39 deletions

View File

@@ -53,7 +53,7 @@ namespace SabreTools.DatTools
}
// Ensure the output directory is set and created
outDir = (outDir ?? string.Empty).Ensure(create: true);
outDir = outDir.Ensure(create: true);
InternalStopwatch watch = new($"Writing out internal dat to '{outDir}'");