Function: reportSandboxBypass()
ts
function reportSandboxBypass(sink: SandboxEventSink, command: string): void;Defined in: src/batteries/sandbox/executor.ts:54
Emit a bypass through the canonical sink for consumers that do not retain the adapter.
Parameters
| Parameter | Type |
|---|---|
sink | SandboxEventSink |
command | string |
Returns
void