Skip to content

Commit 86a243c

Browse files
Update src/plugins/terminal/src/android/ProcessServer.java
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent ebcdce5 commit 86a243c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/terminal/src/android/ProcessServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class ProcessServer extends WebSocketServer {
1515
private Process process;
1616

1717
ProcessServer(int port, String[] cmd){
18-
super(new InetSocketAddress(port));
18+
super(new InetSocketAddress("127.0.0.1", port));
1919
this.cmd = cmd;
2020
}
2121

0 commit comments

Comments
 (0)