Skip to content

Commit 9b72ce6

Browse files
committed
commit to force a new build on GitHub actions
1 parent ab80fd8 commit 9b72ce6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/java/com/itsaky/androidide/localHTTPServer/LocalServerUtil.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ class LocalServerUtil() {
104104
os.close()
105105
}
106106

107+
//shutdown the server
107108
fun stopServer() {
108109
if (httpServer != null){
109110
httpServer!!.stop(0)

0 commit comments

Comments
 (0)