Skip to content

Commit

Permalink
exit
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreOlivierBrillant committed Oct 16, 2024
1 parent 5cda03f commit 4fe01a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scriptsharp/ScriptSharp/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,9 @@ public static void StartKMB()

public static void Reset()
{
DeleteAll();
RemoveAllEnv();
DeleteAll();
Environment.Exit(0);
}

public static void DeleteAll()
Expand Down

0 comments on commit 4fe01a6

Please sign in to comment.