Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

retryHelper(fn, options, callback); ReferenceError: options is not defined #1465

Closed
wupeng1211 opened this issue Dec 13, 2017 · 5 comments
Closed

Comments

@wupeng1211
Copy link
Contributor

retryHelper(fn, options, callback); ^

ReferenceError: options is not defined

@tdsticks
Copy link

I just ran into this, change the variable from "options" to "operation", the variable above.
retryHelper(fn, operation, callback);
I was getting this same error when enabling the config.mailer.

@wupeng1211
Copy link
Contributor Author

@tdsticks tks

greenbigfrog added a commit to greenbigfrog/gekko that referenced this issue Dec 13, 2017
askmike pushed a commit that referenced this issue Dec 14, 2017
@greenbigfrog
Copy link
Contributor

@askmike this is fixed/done/can be closed

@askmike
Copy link
Owner

askmike commented Dec 14, 2017

👍 thanks

@askmike askmike closed this as completed Dec 14, 2017
askmike pushed a commit that referenced this issue Jan 13, 2018
@Jabbaxx
Copy link

Jabbaxx commented Mar 5, 2018

I think it needs to be reopened and fixed the other way around:
util.js:187
retryHelper(fn, operation, callback);
ReferenceError: operation is not defined

If I change it back to "Options" it works...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants