Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve file handling on Windows #3764

Merged
merged 12 commits into from
Oct 17, 2024
Prev Previous commit
Next Next commit
Fix
  • Loading branch information
sake92 committed Oct 17, 2024
commit a8665077e1ac581bb93f6f92aeca716a63604a75
1 change: 1 addition & 0 deletions main/client/src/mill/main/client/ServerLauncher.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

import java.io.File;
import java.io.InputStream;
import java.io.FileOutputStream;
import java.io.OutputStream;
import java.io.PrintStream;
import java.net.Socket;
Expand Down