Fix: need to skip BOM also when migrating config
This commit is contained in:
parent
37b173071e
commit
b2dcac549c
@ -353,6 +353,8 @@ void ConfigurationClass::migrate()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Utils::skipBom(f);
|
||||||
|
|
||||||
JsonDocument doc;
|
JsonDocument doc;
|
||||||
|
|
||||||
// Deserialize the JSON document
|
// Deserialize the JSON document
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user