mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #4242 from overleaf/ho-paypal-script-exit-code
exit with non zero code when no invoicess were processed GitOrigin-RevId: df449964fc830f689d972d9ad3ed6b352c1b7c5c
This commit is contained in:
@@ -93,5 +93,10 @@ attemptInvoicesCollection(error => {
|
||||
},
|
||||
{ maxArrayLength: null }
|
||||
)
|
||||
process.exit()
|
||||
|
||||
if (INVOICES_COLLECTED_SUCCESS === 0) {
|
||||
process.exit(1)
|
||||
} else {
|
||||
process.exit()
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user