Skip to content

Commit

Permalink
Restore socket creation for hl debugger (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz authored Oct 17, 2023
1 parent b7e827d commit 942379a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hld/Debugger.hx
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ class Debugger {
});
});
#else
sock = new sys.net.Socket();
try {
sock.connect(new sys.net.Host(host), port);
} catch( e : Dynamic ) {
Expand Down

0 comments on commit 942379a

Please sign in to comment.