fix manifest removing last entry #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
cda informed me the trim was there for a reason. so
+ "\n"
tho this still will mangle a Whitespace file
I only added trim() because CDA complained about the lang files getting whitespaces. So again, we blame #cda