Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit cdd3b85

Browse files
Fix for #57 BUG
1 parent 14fe67e commit cdd3b85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

UI/MainWindowSPCompiler.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,12 @@ private void Copy_Plugins(bool OvertakeOutString = false)
239239
{
240240
if (compiledFiles.Count > 0)
241241
{
242-
nonUploadedFiles.Clear();
243242
var copyCount = 0;
244243
var c = Program.Configs[Program.SelectedConfig];
245244
if (!string.IsNullOrWhiteSpace(c.CopyDirectory))
246245
{
246+
nonUploadedFiles.Clear();
247+
247248
var stringOutput = new StringBuilder();
248249
foreach (var file in compiledFiles)
249250
try

0 commit comments

Comments
 (0)