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 no-state snip #96

Merged
merged 1 commit into from
May 18, 2022
Merged

Conversation

cbush
Copy link
Collaborator

@cbush cbush commented May 17, 2022

No description provided.

@@ -33,63 +33,72 @@ export class ConsoleActionReporter implements ActionReporter {
return this._count.errors;
}

onBinaryFile(event: FileEvent): void {
onBinaryFile = (event: FileEvent): void => {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgot to use arrow notation. Class method style messes with spread operator on class instance.

Copy link
Contributor

@nathan-contino-mongo nathan-contino-mongo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@cbush cbush merged commit 8ee095a into mongodb-university:main May 18, 2022
@cbush cbush deleted the fix-no-state-snip branch May 18, 2022 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants