(error: Warning | Warning[], suspend_demo: string | null = null)
| 89 | } |
| 90 | |
| 91 | export function formatMessageSendingWarning(error: Warning | Warning[], suspend_demo: string | null = null): string { |
| 92 | if (suspend_demo) |
| 93 | return `${formatBasic(error, "🛡️AgentWard Warning:")}\n${suspend_demo}`; |
| 94 | return formatBasic(error, "🛡️AgentWard Warning:"); |
| 95 | } |
no test coverage detected