working wire cutter

This commit is contained in:
minjaesong
2022-07-13 21:28:59 +09:00
parent 2a7e2b7ce4
commit c5360cdcb8
5 changed files with 38 additions and 24 deletions

View File

@@ -22,7 +22,7 @@ class GameCrashHandler(e: Throwable) : JFrame() {
private val outputStream = object : OutputStream() {
override fun write(p0: Int) {
htmlSB.appendCodePoint(p0)
htmlSB.append((p0 and 255).toChar())
}
}