Open jnrepo opened 8 years ago
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 key
option from a string to a function that returns that same string.
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