koma75 / crowdutil

Atlassian Crowd utility cli tool
MIT License
1 stars 0 forks source link

Fix error handling #19

Closed koma75 closed 10 years ago

koma75 commented 10 years ago

An asynchronous function with a callback should never throw errors. Instead use callback(err, res) pattern.