Function: createRunWithContext()
function createRunWithContext(
createContextualError: ContextualErrorFactory
): RunWithContext;
Defined in: electron/orchestrator/utils/runWithContext.ts:25
Creates a helper that wraps async operations and normalizes errors using the provided ContextualErrorFactory.