Skip to content

Commit

Permalink
Even more
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasAlaif committed Feb 14, 2024
1 parent 5304edf commit 8411660
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/VerificationController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 8411660

Please sign in to comment.