diff --git a/client/src/VerificationController.ts b/client/src/VerificationController.ts index f701b391..e89b6342 100644 --- a/client/src/VerificationController.ts +++ b/client/src/VerificationController.ts @@ -801,6 +801,7 @@ export class VerificationController { message: msg }); + Log.error(`Verification Completed check (${params.success}): backend: ${State.activeBackend.name}, file: ${params.filename}`); if (State.unitTest && this.verificationCompleted(params.success)) { State.unitTest.verificationComplete(State.activeBackend.name, params.filename); }