fix manifest removing last entry #1

Merged
wagyourtail merged 2 commits from patch-1 into master 2023-11-08 18:22:47 +01:00
wagyourtail commented 2023-11-07 23:36:05 +01:00 (Migrated from github.com)

many text files (such as manifest.mf) require a trailing newline
so trust that files have whitespace at the end of the file for a reason.

many text files (such as manifest.mf) require a trailing newline so trust that files have whitespace at the end of the file for a reason.
wagyourtail commented 2023-11-08 00:03:19 +01:00 (Migrated from github.com)

cda informed me the trim was there for a reason. so + "\n"

tho this still will mangle a Whitespace file

cda informed me the trim was there for a reason. so `+ "\n"` tho this still will mangle a [Whitespace](https://esolangs.org/wiki/Whitespace) file
hypherionmc commented 2023-11-08 07:31:04 +01:00 (Migrated from github.com)

I only added trim() because CDA complained about the lang files getting whitespaces. So again, we blame #cda

I only added trim() because CDA complained about the lang files getting whitespaces. So again, we blame #cda
Sign in to join this conversation.
No description provided.