-
Notifications
You must be signed in to change notification settings - Fork 98
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
[ERROR] this.key is not a function #215
Comments
I ran into this as well, looks like it originates from the fix to #203. |
Encountered this same thing. I solved it by turning my |
I turned my key option into a function as well. Hopefully this gets fixed soon or they update the documentation. |
This is still an issue in 9.0.0. Is there any plan to fix this @axemclion? |
@evilaliv3 I am not maintaining the project anymore - @Jonahss was. If you have a PR that works, I would be glad to merge that in !! |
so I started to get an error that looks like this. I found out that if you change these two lines, it'll fix the issue. However, I'm not sure if this is the correct way to do this
line 1
https://github.com/axemclion/grunt-saucelabs/blob/master/src/Job.js#L68
line 2
https://github.com/axemclion/grunt-saucelabs/blob/master/src/Job.js#L144
The text was updated successfully, but these errors were encountered: