Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix error handling in batchGet sample #1338

Merged
merged 2 commits into from Sep 14, 2018
Merged

Fix error handling in batchGet sample #1338

merged 2 commits into from Sep 14, 2018

Conversation

JustinBeckwith
Copy link
Contributor

Fixes #1336

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 14, 2018
@@ -52,7 +52,7 @@ if (module === require.main) {
const scopes = ['https://www.googleapis.com/auth/analytics'];
sampleClient.authenticate(scopes)
.then(c => runSample())
.catch(e => console.error);
.catch(console.error);

This comment was marked as spam.

@JustinBeckwith JustinBeckwith merged commit d6cbf06 into googleapis:master Sep 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants