Skip to content

Commit

Permalink
删除之前的dll
Browse files Browse the repository at this point in the history
  • Loading branch information
sth4nothing committed Nov 23, 2018
1 parent 74c3883 commit 90f1249
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DynamicExecutor/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ public static void Execute()
return;
}
}
if (File.Exists(Path.Combine(rootPath, $"Execute{count}.dll")))
{
File.Delete(Path.Combine(rootPath, $"Execute{count}.dll"));
}

running = true;

Expand Down

0 comments on commit 90f1249

Please sign in to comment.