Skip to content

Commit

Permalink
Add test to ensure we're operating correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
iamalwaysuncomfortable committed Jul 7, 2023
1 parent b757a1a commit 9fa05ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/src/workers/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ self.addEventListener("message", ev => {
privateKey,
} = ev.data;

console.log("Executing with aleo SDK 0.5.0");
console.log('Web worker: Executing function locally...');
let startTime = performance.now();

Expand Down

0 comments on commit 9fa05ad

Please sign in to comment.