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

Undefined action in interpretor #123

Closed
Avaq opened this issue Jul 6, 2017 · 0 comments · Fixed by #124
Closed

Undefined action in interpretor #123

Avaq opened this issue Jul 6, 2017 · 0 comments · Fixed by #124
Assignees

Comments

@Avaq
Copy link
Member

Avaq commented Jul 6, 2017

Related: #115
@stevenyap ran into this issue a while ago, but I was not able to reproduce it. I just experienced the same issue in one of my own projects, so I will isolate it and fix it.

.../node_modules/fluture/index.js:162
    settle(action.resolved(x));
                 ^

TypeError: Cannot read property 'resolved' of undefined
    at Timeout.resolved (.../node_modules/fluture/index.js:162:18)
    at Timeout.ontimeout [as _onTimeout] (timers.js:341:34)
    at tryOnTimeout (timers.js:232:11)
    at Timer.listOnTimeout (timers.js:202:5)
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 a pull request may close this issue.

1 participant