Skip to content

Commit

Permalink
Fix: need to skip BOM also when migrating config
Browse files Browse the repository at this point in the history
  • Loading branch information
schlimmchen authored and tbnobody committed Dec 2, 2024
1 parent 37b1730 commit b2dcac5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Configuration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,8 @@ void ConfigurationClass::migrate()
return;
}

Utils::skipBom(f);

JsonDocument doc;

// Deserialize the JSON document
Expand Down

0 comments on commit b2dcac5

Please sign in to comment.