mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Update packages
This commit is contained in:
@@ -44,7 +44,7 @@ namespace RombaSharp.Features
|
||||
string? outdat = GetString(features, OutStringValue);
|
||||
|
||||
// Ensure the output directory
|
||||
outdat = (outdat ?? string.Empty).Ensure(create: true);
|
||||
outdat = outdat.Ensure(create: true);
|
||||
|
||||
// Check that all required directories exist
|
||||
if (!Directory.Exists(source))
|
||||
|
||||
Reference in New Issue
Block a user