From a53a21ffcf4bde784816526053145d835bed8b2a Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Tue, 23 Apr 2024 01:29:18 -0500 Subject: [PATCH] pipeline: print policy result --- src/pipeline.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pipeline.ts b/src/pipeline.ts index 83fd4f5..d90c8d5 100644 --- a/src/pipeline.ts +++ b/src/pipeline.ts @@ -43,7 +43,9 @@ async function handleEvent(event: DittoEvent, signal: AbortSignal): Promise