mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:47:35 +00:00
open: Mention full URL in 'Failed to open' error message
Just showing the URL's path is confusing, that would show '/' for something like foo://bar.
This commit is contained in:
parent
5bb0bd8c6d
commit
af007ce126
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ int main(int argc, char* argv[])
|
|||
}
|
||||
|
||||
if (!Desktop::Launcher::open(url)) {
|
||||
warnln("Failed to open '{}'", url.path());
|
||||
warnln("Failed to open '{}'", url);
|
||||
all_ok = false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue