mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
b11c7ad2ba
In the case of a syntax error the shell parser prints an error message to stderr and returns an empty Vector<Command> - in that case we shouldn't try to determine whether or not we can continue parsing but abort immediately - is_complete() expects that *something* was parsed successfully. Fixes #2251. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
GlobalState.h | ||
main.cpp | ||
Parser.cpp | ||
Parser.h |