Skip to content

Commit d8cbd16

Browse files
committed
Fix oversight where adding components would create empty directory
1 parent 8b50eb5 commit d8cbd16

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Forms/Operation.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ private async void Operation_Load(object sender, EventArgs e)
115115

116116
if (cancelStatus != 0) return;
117117

118-
Directory.CreateDirectory(FPM.DestinationPath);
119118
await Task.Run(ExtractComponents);
120119

121120
byteProgress += component.Size;

0 commit comments

Comments
 (0)