Skip to content

Commit

Permalink
add time
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Nov 18, 2023
1 parent 96dea1c commit b53eaf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@ emitter.on("anyMessage", (message, cursor, clock) => {
console.dir(clock);
});

console.time("✅ done");
await emitter.start();
console.log("✅ done");
console.timeEnd("✅ done");

0 comments on commit b53eaf1

Please sign in to comment.