You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2017. It is now read-only.
Errors do not seem to be properly caught in the promise chain. Investigate.
functioninitDB(config){constmasterMapping=mapper.generateMasterMapping(mapper.gatherScreenerMappings());testConnect(config.client)// master index and mappings.then(utils.initIndex(config.client,config.masterIndex)).then(utils.initMapping(config.client,config.masterIndex,config.masterTypeName,masterMapping))// response index and mappings.then(utils.initIndex(config.client,config.responseIndex)).then(utils.initMapping(config.client,config.responseIndex,config.responseTypeName,responseMapping)).then(initPercolators(config.client,config.masterIndex)).catch(e=>{console.log(`exiting with ${e}`);process.exit(1);})}
The text was updated successfully, but these errors were encountered:
Errors do not seem to be properly caught in the promise chain. Investigate.
The text was updated successfully, but these errors were encountered: