mmmaxwwwell / space-engineers-dedicated-docker-linux

Space Engineers Dedicated Server running in Docker for Linux
MIT License
177 stars 43 forks source link

Adds error handling for when there are no plugin dll files #35

Closed kautella closed 2 years ago

kautella commented 2 years ago

I have no idea what's up in line 51. Maybe it's because I'm editing on Linux and the newline is rendered differently.

cdemeijer commented 2 years ago

You added a missing line feed at the end of the file. Which is a good thing :)

cdemeijer commented 2 years ago

This article explains it nicely. It contains examples to illustrate how files can be interpreted differently without the proper line ending as well as a pointer to the POSIX definition of a line.