[jasper/player] Cleanup
All checks were successful
Build / build (push) Successful in 3m11s

This commit is contained in:
Gary Talent 2024-12-06 00:22:49 -06:00
parent ffb622f285
commit 80e06a5a57

View File

@ -44,7 +44,7 @@ ox::Error run(
ox::StringView project, ox::StringView project,
[[maybe_unused]] ox::StringView appName, [[maybe_unused]] ox::StringView appName,
[[maybe_unused]] ox::StringView projectDataDir, [[maybe_unused]] ox::StringView projectDataDir,
ox::SpanView<char const*> args) noexcept { ox::SpanView<ox::CString> args) noexcept {
auto path = "."; auto path = ".";
if (args.size() > 1) { if (args.size() > 1) {
path = args[1]; path = args[1];