Skip to content

Commit

Permalink
bugfix?
Browse files Browse the repository at this point in the history
  • Loading branch information
RayDeeUx committed Sep 28, 2024
1 parent ff4dd1f commit 13c4270
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ std::filesystem::path configDir = Mod::get()->getConfigDir();
# Reports of any crashes from lines that don't begin with "#" will be ignored. Lines that do not start with "#" will be treated as song files.
# Reports of any crashes from lines that don't begin with "#" will be ignored. Lines that do not start with "#" will be treated as song files.
# Reports of any crashes from lines that don't begin with "#" will be ignored. Lines that do not start with "#" will be treated as song files.
# --RayDeeUx
)";
# --RayDeeUx)";
auto result = utils::file::writeString(blacklistTxt, content);
if (result.isErr()) {
log::error("Error writing to blacklist.txt");
Expand Down

0 comments on commit 13c4270

Please sign in to comment.