Skip to content

chore: change console.log to debug logger#1508

Merged
yifancong merged 1 commit intomainfrom
chore/delete-useless-log
Jan 23, 2026
Merged

chore: change console.log to debug logger#1508
yifancong merged 1 commit intomainfrom
chore/delete-useless-log

Conversation

@yifancong
Copy link
Contributor

Summary

chore: change console.log to debug logger

Related Links

Copilot AI review requested due to automatic review settings January 23, 2026 06:47
@yifancong yifancong requested review from 9aoy and fi3ework January 23, 2026 06:47
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR replaces a console.log statement with the proper logger.debug call in the ensureModulesChunkGraph plugin. The change improves consistency with the rest of the codebase's logging approach.

Changes:

  • Replaced console.log('doneHandler done') with logger.debug('doneHandler done') in the doneHandler function

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@yifancong yifancong merged commit 55ef084 into main Jan 23, 2026
12 checks passed
@yifancong yifancong deleted the chore/delete-useless-log branch January 23, 2026 08:03
@yifancong yifancong mentioned this pull request Jan 28, 2026
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.

3 participants