Skip to content

Conversation

@StephenHodgson
Copy link
Member

  • remove new line at end of processes

- remove new line at end of processes
Copilot AI review requested due to automatic review settings September 28, 2025 04:26
Copy link

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 releases version 1.0.7 of the unity-cli package and removes unnecessary newline output at the end of process execution. The change improves the console output formatting by eliminating redundant newlines that were being written to stdout when child processes completed or encountered errors.

  • Remove process.stdout.write('\n') calls from process error and close handlers
  • Bump package version from 1.0.6 to 1.0.7

Reviewed Changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/utilities.ts Remove newline output from Exec function's error and close handlers
src/unity-hub.ts Remove newline output from UnityHub's process error and close handlers
src/license-client.ts Remove newline output from LicensingClient's process error and close handlers
src/android-sdk.ts Remove newline output from execSdkManager's error and close handlers
package.json Version bump to 1.0.7

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@StephenHodgson StephenHodgson merged commit 3f84709 into main Sep 28, 2025
4 of 7 checks passed
@StephenHodgson StephenHodgson deleted the dev/clean-outputs branch September 28, 2025 04:29
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.

1 participant