From 026e9bd19ab85999e6719e1dc5152d80e6e01958 Mon Sep 17 00:00:00 2001 From: Ionite Date: Mon, 2 Oct 2023 16:13:14 -0400 Subject: [PATCH] Fix shared folder link ending early --- StabilityMatrix.Core/Helper/SharedFolders.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StabilityMatrix.Core/Helper/SharedFolders.cs b/StabilityMatrix.Core/Helper/SharedFolders.cs index e74fd720..c68ccc0a 100644 --- a/StabilityMatrix.Core/Helper/SharedFolders.cs +++ b/StabilityMatrix.Core/Helper/SharedFolders.cs @@ -174,7 +174,7 @@ public class SharedFolders : ISharedFolders Logger.Info( $"Skipped updating matching folder link ({destinationDir} -> ({sourceDir})" ); - return; + continue; } // Otherwise delete the link