typedb / typedb-common

TypeDB Common Libraries and Scripts
GNU Affero General Public License v3.0
7 stars 14 forks source link

Fix line endings for TypeDB batch launcher #162

Closed jamesreprise closed 10 months ago

jamesreprise commented 10 months ago

What is the goal of this PR?

When launching the server, a bug caused additional output that claimed a batch label that did exist, didn't. We've corrected the line endings from LF to CRLF on TypeDB's batch launcher.

What are the changes implemented in this PR?

As above.

Notes

The line endings change seems to be invisible to git and GitHub's changes viewer. To verify this change, checkout and run cat -ev binary/typedb.bat to see the new line endings.

typedb-bot commented 10 months ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture