This is because the done function is called too many time in donwload.js. We therefore call nextDlTask in EuropePMC many times and this called process.exit(0)
Do we even need a process.exit(0)? It should terminate if there are no more functions on the stack.
This is because the done function is called too many time in donwload.js. We therefore call nextDlTask in EuropePMC many times and this called process.exit(0)
Do we even need a process.exit(0)? It should terminate if there are no more functions on the stack.