Propagate configuration errors from running queries

This commit is contained in:
Henry Mercer 2024-07-02 14:53:43 +02:00
parent ee4ad8b9d6
commit 7e6aa4d65a
6 changed files with 16 additions and 12 deletions

View file

@ -362,7 +362,7 @@ async function run() {
startedAt,
config,
stats,
error,
error.error, // use the underlying error in case it is a configuration error
trapCacheUploadTime,
dbCreationTimings,
didUploadTrapCaches,