Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't omit empty lines in log output #1508

Merged
merged 2 commits into from Aug 15, 2023

Conversation

comp500
Copy link
Contributor

@comp500 comp500 commented Aug 9, 2023

Preserving empty lines in the game log ensures that crash reports and debugging information has necessary whitespace - the previous behaviour made crash reports hard to read.

The commit that introduced this behaviour is a14476c - seems to be an unrelated fix, so I don't think there is anything that relies on empty lines being removed.

Preserving empty lines in the game log ensures that crash reports and debugging information has necessary whitespace - the previous behaviour made crash reports hard to read.

Signed-off-by: comp500 <comp500@users.noreply.github.com>
Signed-off-by: comp500 <comp500@users.noreply.github.com>
@Scrumplex Scrumplex added this to the 8.0 milestone Aug 10, 2023
@Scrumplex Scrumplex added bug Something isn't working changelog:fixed A PR that appears under "Fixed" in the changelog labels Aug 10, 2023
@Scrumplex Scrumplex changed the title Allow empty lines in log output Don't omit empty lines in log output Aug 10, 2023
@Scrumplex Scrumplex merged commit a360ddb into PrismLauncher:develop Aug 15, 2023
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working changelog:fixed A PR that appears under "Fixed" in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants