mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +03:00
[FIX] Остановка по Ctrl + C
This commit is contained in:
parent
aab9a27f73
commit
77e9fb3d31
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ public String readLine() throws IOException {
|
||||||
try {
|
try {
|
||||||
return reader.readLine();
|
return reader.readLine();
|
||||||
} catch (UserInterruptException e) {
|
} catch (UserInterruptException e) {
|
||||||
|
System.exit(0);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue