We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a000dbf commit 85af71eCopy full SHA for 85af71e
tools/projmgr/src/ProjMgrRpcServer.cpp
@@ -208,7 +208,9 @@ RpcArgs::UsedItems RpcHandler::GetUsedItems(const string& context) {
208
}
209
210
bool RpcHandler::LoadPacks(void) {
211
+ m_worker.SetLoadPacksPolicy(LoadPacksPolicy::ALL);
212
m_packsLoaded = m_worker.LoadPacks(m_globalContext);
213
+ m_worker.SetLoadPacksPolicy(LoadPacksPolicy::DEFAULT);
214
if (!m_packsLoaded) {
215
throw JsonRpcException(PACKS_LOADING_FAIL, "packs failed to load");
216
0 commit comments