Add missing break in logging.

This commit is contained in:
gibbed 2021-06-26 12:42:47 -05:00 committed by Rick Gibbed
parent 6bd96a5091
commit 5c516cc341
1 changed files with 1 additions and 0 deletions

View File

@ -225,6 +225,7 @@ class Logger {
if (line.terminate) { if (line.terminate) {
terminate = true; terminate = true;
break;
} }
} }
} }