Skip to content

Commit

Permalink
Update log message
Browse files Browse the repository at this point in the history
  • Loading branch information
bartblast committed Nov 8, 2024
1 parent ac351b4 commit 62a86a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/interpreter.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ export default class Interpreter {

if (globalThis.hologram.isProfilingEnabled) {
console.log(
`Hologram: executed function ${mfa} in`,
`Hologram: function ${mfa} executed in`,
Math.round(performance.now() - startTime),
"ms",
);
Expand Down

0 comments on commit 62a86a6

Please sign in to comment.