We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Every singe item in my flavours config that does not use a full rewrite but a replace between start and end no longer works.
start
end
Parsing the start and end is not an issue, but when it writes back the new scheme, a newline is omitted, meaning that the following is written:
# Start flavours (omitted) - { index: 19, color: '0xe0ccd1' } - { index: 20, color: '0x665055' } - { index: 21, color: '0x42383a' }# End flavours
The next time I run flavours apply it cannot find he end.
flavours apply
The text was updated successfully, but these errors were encountered:
Thanks for the report! Oversight on my part, I'll fix this ASAP.
Sorry, something went wrong.
73a1665
Should be fixed in v0.7.1
No branches or pull requests
Every singe item in my flavours config that does not use a full rewrite but a replace between
start
andend
no longer works.Parsing the
start
andend
is not an issue, but when it writes back the new scheme, a newline is omitted, meaning that the following is written:The next time I run
flavours apply
it cannot find heend
.The text was updated successfully, but these errors were encountered: