Skip to content

Instantly share code, notes, and snippets.

@S0c5
Created May 10, 2015 01:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save S0c5/b21ba9d277f0b043f080 to your computer and use it in GitHub Desktop.
Save S0c5/b21ba9d277f0b043f080 to your computer and use it in GitHub Desktop.
someAsyncFunction(arg1, arg2, function(err, info){
if(err) return done(err);
.... // some logic
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment