Skip to content

Commit

Permalink
[bugfix] fix error ngql chinese garbled characters
Browse files Browse the repository at this point in the history
(cherry picked from commit fdfcc80)
  • Loading branch information
Codelone committed Jun 29, 2022
1 parent 3506fd5 commit 3ce908a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ object ErrorHandler {

try {
for (error <- buffer) {
errors.writeBytes(error)
errors.write(error.getBytes)
errors.writeBytes("\n")
}
} finally {
Expand Down

0 comments on commit 3ce908a

Please sign in to comment.