wenquanyi: fixed bad code point allocation

This commit is contained in:
Song Minjae
2017-04-20 20:48:23 +09:00
parent 83d08c680d
commit 4e14b24011
6 changed files with 39 additions and 63 deletions

View File

@@ -87,7 +87,7 @@ internal object ExportMap : ConsoleCommand {
}
catch (e: IOException) {
Echo("ExportMap: IOException raised.")
EchoError("ExportMap: IOException raised.")
e.printStackTrace()
}