You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger?.Invoke($"Could not create the symbolic link, there is already a file named {Path.GetFileName(path)} in the {Path.GetDirectoryName(path)} folder.");
52
+
}
53
+
else
54
+
{
55
+
logger?.Invoke($"Symbolic link is already present in '{path}', skipping this step.");
thrownewInvalidOperationException($"Could not create the symbolic link, there is already a file named {Path.GetFileName(path)} in the {Path.GetDirectoryName(path)} folder.");
111
-
}
112
-
113
-
logger?.Invoke($"Symbolic link is already present, skipping this step.");
0 commit comments