mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Fix ERT console lack of CRLF.
This commit is contained in:
parent
bfcd25d857
commit
ad22eab3d2
@ -83,7 +83,7 @@ void ERTView::on_hide() {
|
||||
}
|
||||
|
||||
void ERTView::log(const std::string& s) {
|
||||
write(s);
|
||||
writeln(s);
|
||||
}
|
||||
|
||||
} /* namespace ui */
|
||||
|
Loading…
Reference in New Issue
Block a user