Skip to content

Conversation

RandomByte
Copy link
Member

This was noticed during the TypeScript PoC. No impact on actual runtime
behavior.

This was noticed during the TypeScript PoC. No impact on actual runtime
behavior.
@RandomByte RandomByte requested a review from a team October 14, 2024 07:43
this._log.startTask(taskName);
this._taskStart = performance.now();
await taskFunction(taskParams, this._log);
await taskFunction(this._log);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The log argument is also unused, so we shouldn't pass it here, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants