[nostalgia/player] Add new line to oxErr output
This commit is contained in:
parent
5c28cef726
commit
43c67eacaa
@ -13,7 +13,7 @@
|
||||
static ox::Error run(int argc, const char **argv) noexcept {
|
||||
ox::trace::init();
|
||||
if (argc < 2) {
|
||||
oxErr("Please provide path to project directory or OxFS file.");
|
||||
oxErr("Please provide path to project directory or OxFS file.\n");
|
||||
return OxError(1);
|
||||
}
|
||||
const auto path = argv[1];
|
||||
|
Loading…
x
Reference in New Issue
Block a user