mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
Add missing break in logging.
This commit is contained in:
parent
6bd96a5091
commit
5c516cc341
|
|
@ -225,6 +225,7 @@ class Logger {
|
||||||
|
|
||||||
if (line.terminate) {
|
if (line.terminate) {
|
||||||
terminate = true;
|
terminate = true;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue