Skip to content

Instantly share code, notes, and snippets.

@laser
Last active August 29, 2015 14:06
Show Gist options
  • Save laser/c35713b55d18611c60de to your computer and use it in GitHub Desktop.
Save laser/c35713b55d18611c60de to your computer and use it in GitHub Desktop.
entres on error
funFact.merge(entries).onError(function(err) {
throw err; // an error from the call to MongoDB or our HTTP client
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment