[nostalgia/player] Add new line to oxErr output

This commit is contained in:
Gary Talent 2021-07-17 01:30:00 -05:00
parent 5c28cef726
commit 43c67eacaa

View File

@ -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];