Aaron Gabriel Neyer

Results 4 comments of Aaron Gabriel Neyer

So I'm not sure if this is related but in my case it removes an extra right parenthesis, which then leads to a parsing error. Happy to make a new...

Also if I run `npm run fix` again after running it the first time and correcting the missing parenthesis, I am met with this error: `Error: Command failed with exit...

Reproduce by cloning this PR https://github.com/googleapis/google-cloudevents-nodejs/pull/134 and checking out HEAD~1 then manually running `npm run fix`

Ah the actual problem created in this one is because we are using `!=` somewhere and when it changes it to `!==` it changes the functionality.