diff --git a/Histacom2/SaveDialogs/SaveFileTroubleShooter.cs b/Histacom2/SaveDialogs/SaveFileTroubleShooter.cs index af105f0..eceff04 100644 --- a/Histacom2/SaveDialogs/SaveFileTroubleShooter.cs +++ b/Histacom2/SaveDialogs/SaveFileTroubleShooter.cs @@ -173,8 +173,10 @@ void BeginScan() WriteToLog("ISSUE FOUND! Directory 'folders' doesn't exist! Creating one..."); Directory.CreateDirectory(folderspath); SaveSystem.CheckFiles(); + EndScan(true); } + EndScan(true); } private void CheckValues()