You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: replace logger.log() with logger.log('') for explicit empty line
Change all instances of logger.log() with no arguments to logger.log('')
for explicit clarity that we're printing an empty line.
This makes the intent clearer and is more consistent with the logger API.
Files affected: 22 files across scripts and packages
0 commit comments