mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 17:11:39 +03:00
[FIX] Исправлена проблема при завершении Ctrl + C
This commit is contained in:
parent
96d07a4b25
commit
89477e52c6
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ public String readLine() throws IOException {
|
||||||
return reader.readLine();
|
return reader.readLine();
|
||||||
} catch(UserInterruptException e)
|
} catch(UserInterruptException e)
|
||||||
{
|
{
|
||||||
throw new IOException(e);
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue