Format verification install backfill
This commit is contained in:
@@ -285,10 +285,7 @@ export async function runVerificationRequest(
|
|||||||
exitCode: 1,
|
exitCode: 1,
|
||||||
snapshotId: 'unknown',
|
snapshotId: 'unknown',
|
||||||
runtimeVersion,
|
runtimeVersion,
|
||||||
error:
|
error: error instanceof Error ? error.message : String(error),
|
||||||
error instanceof Error
|
|
||||||
? error.message
|
|
||||||
: String(error),
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user