mirror of
https://github.com/openai/codex.git
synced 2026-05-02 10:26:45 +00:00
[VSCE-157] Allow Link Formatting via Markdown in System Errors
This commit is contained in:
@@ -157,7 +157,7 @@ impl EventProcessor for EventProcessorWithHumanOutput {
|
||||
fn process_event(&mut self, event: Event) -> CodexStatus {
|
||||
let Event { id: _, msg } = event;
|
||||
match msg {
|
||||
EventMsg::Error(ErrorEvent { message }) => {
|
||||
EventMsg::Error(ErrorEvent { message, .. }) => {
|
||||
let prefix = "ERROR:".style(self.red);
|
||||
ts_msg!(self, "{prefix} {message}");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user