From 1ab20482ab37d7962c8e69701163270e687df3ca Mon Sep 17 00:00:00 2001 From: Elizabeth Alexander Hunt Date: Thu, 15 May 2025 23:39:29 -0700 Subject: more snapshot --- u/process/run.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'u/process') diff --git a/u/process/run.ts b/u/process/run.ts index 670f567..cbf8c65 100644 --- a/u/process/run.ts +++ b/u/process/run.ts @@ -14,8 +14,8 @@ type CommandOutputDecoded = { }; export class ProcessError extends Error {} -export const getStdout = ( - c: ITraceable, +export const getStdout = ( + c: ITraceable, options: Deno.CommandOptions = {}, ): Promise> => c.bimap(TraceUtil.withFunctionTrace(getStdout)) -- cgit v1.2.3-70-g09d2