[studio] Cleanup
This commit is contained in:
@ -635,8 +635,7 @@ ox::Error StudioUI::openProjectPath(ox::StringParam path) noexcept {
|
|||||||
keel::DuplicateSet ds;
|
keel::DuplicateSet ds;
|
||||||
OX_RETURN_ERROR(keel::setRomFs(keelCtx(m_tctx), std::move(fs), ds));
|
OX_RETURN_ERROR(keel::setRomFs(keelCtx(m_tctx), std::move(fs), ds));
|
||||||
if (ds.size()) {
|
if (ds.size()) {
|
||||||
ox::String msg;
|
ox::String msg{"Multiple files have the same UUID:\n"};
|
||||||
msg += "Multiple files have the same UUID:\n";
|
|
||||||
for (auto const &k : ds.keys()) {
|
for (auto const &k : ds.keys()) {
|
||||||
msg += ox::sfmt("\n\t{}:\n", k.toString());
|
msg += ox::sfmt("\n\t{}:\n", k.toString());
|
||||||
for (auto const &v : ds[k]) {
|
for (auto const &v : ds[k]) {
|
||||||
|
Reference in New Issue
Block a user