Last active
August 29, 2015 14:06
-
-
Save laser/c35713b55d18611c60de to your computer and use it in GitHub Desktop.
entres on error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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