mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
Shell: Allow the heredoc node to act as a redirection too
This will be used in a future commit to implement POSIX sh heredocs.
This commit is contained in:
parent
9c61fed37c
commit
4efc632e15
Notes:
sideshowbarker
2024-07-17 02:05:41 +09:00
Author: https://github.com/alimpfard
Commit: 4efc632e15
Pull-request: https://github.com/SerenityOS/serenity/pull/17493
4 changed files with 86 additions and 24 deletions
|
@ -343,6 +343,8 @@ public:
|
|||
OpenFailure,
|
||||
OutOfMemory,
|
||||
LaunchError,
|
||||
PipeFailure,
|
||||
WriteFailure,
|
||||
};
|
||||
|
||||
void raise_error(ShellError kind, DeprecatedString description, Optional<AST::Position> position = {})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue