From d124ec149ffa852ad1c2fc6eef9107bad6efe31c Mon Sep 17 00:00:00 2001 From: daz Date: Fri, 19 Apr 2024 10:17:50 -0600 Subject: [PATCH] Retain and log stacktrace for submission errors --- sources/src/dependency-graph.ts | 7 +++---- sources/src/errors.ts | 8 +++++++- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/sources/src/dependency-graph.ts b/sources/src/dependency-graph.ts index 480fc3ef..a658f0c3 100644 --- a/sources/src/dependency-graph.ts +++ b/sources/src/dependency-graph.ts @@ -124,17 +124,16 @@ async function submitDependencyGraphs(dependencyGraphFiles: string[]): Promise