mockaroo-node icon indicating copy to clipboard operation
mockaroo-node copied to clipboard

unhandledRejection in client.js

Open arjunkomath opened this issue 7 years ago • 0 comments

If the generate request fails, the entire process will fail due to this issue.

unhandledRejection TypeError: Cannot read property 'error' of undefined
    at Client.convertError (/var/task/node_modules/mockaroo/lib/client.js:186:38)
    at /var/task/node_modules/mockaroo/lib/client.js:117:41
    at process._tickDomainCallback (internal/process/next_tick.js:135:7)

arjunkomath avatar Aug 10 '17 06:08 arjunkomath