Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
0fb7d50a
Commit
0fb7d50a
authored
Nov 04, 2022
by
AnimeGitB
Browse files
Kill console on IOError
parent
c926fe32
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/Grasscutter.java
View file @
0fb7d50a
...
...
@@ -293,8 +293,8 @@ public final class Grasscutter {
Grasscutter
.
getLogger
().
info
(
"EOF detected."
);
continue
;
}
catch
(
IOError
e
)
{
Grasscutter
.
getLogger
().
error
(
"An IO error occurred."
,
e
);
continue
;
Grasscutter
.
getLogger
().
error
(
"An IO error occurred
while trying to read from console
."
,
e
);
return
;
}
isLastInterrupted
=
false
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment