mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-11 12:15:36 +08:00
fix(swiftdata): Avoid assert starting facade twice
With the new changes for swiftdata, it also requires a full core facade. Hence this call is redundant and is triggering an assert
This commit is contained in:
@@ -34,7 +34,7 @@ int main(int argc, char *argv[])
|
||||
a.splashScreen(CIcons::swiftDatabase256());
|
||||
a.initAndStartWebDataServices(swift::core::CWebReaderFlags::AllSwiftDbReaders,
|
||||
CDatabaseReaderConfigList::forMappingTool());
|
||||
a.startCoreFacadeWithoutContexts();
|
||||
|
||||
if (!a.start())
|
||||
{
|
||||
a.gracefulShutdown();
|
||||
|
||||
Reference in New Issue
Block a user