mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-27 20:58:16 +00:00
md: Improve document parsing error message
This commit is contained in:
parent
2a940464b8
commit
1580eeed98
Notes:
sideshowbarker
2024-07-18 17:02:29 +09:00
Author: https://github.com/linusg
Commit: 1580eeed98
Pull-request: https://github.com/SerenityOS/serenity/pull/7632
Reviewed-by: https://github.com/awesomekling
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ int main(int argc, char* argv[])
|
||||||
auto document = Markdown::Document::parse(input);
|
auto document = Markdown::Document::parse(input);
|
||||||
|
|
||||||
if (!document) {
|
if (!document) {
|
||||||
warnln("Error parsing");
|
warnln("Error parsing Markdown document");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue