Skip to content

Commit

Permalink
little fix
Browse files Browse the repository at this point in the history
  • Loading branch information
steve02081504 committed Dec 30, 2023
1 parent 9431798 commit 9b7e0a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ps12exe.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1955,7 +1955,7 @@ private static int Main(string[] args) {
mre.Set();
e.Cancel = true;
}), null);
} catch {};
} catch {}
});
#endif

Expand Down Expand Up @@ -2083,7 +2083,7 @@ private static int Main(string[] args) {
mre.Set();
}), null);

while (!me.ShouldExit && !mre.WaitOne(100)) {};
while (!me.ShouldExit && !mre.WaitOne(100));

pwsh.Stop();

Expand Down

0 comments on commit 9b7e0a3

Please sign in to comment.