Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upTasks throw runtime error - `status` is undefined #281
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
mayhewluke
Jun 18, 2015
False alarm (sorry!). After doing some digging I found out that the issue was actually in evancz/task-tutorial, not Elm core. I've opened an issue about it there instead (evancz/task-tutorial#4).
mayhewluke
commented
Jun 18, 2015
|
False alarm (sorry!). After doing some digging I found out that the issue was actually in evancz/task-tutorial, not Elm core. I've opened an issue about it there instead (evancz/task-tutorial#4). |
mayhewluke
closed this
Jun 18, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mayhewluke commentedJun 18, 2015
The first example in the tasks tutorial worked fine, but as soon as I hit the second tutorial and
andThengot thrown into the mix everything blew up with a runtime error:The error in the developer console points to Native.Task line 112.
I'm not sure what's going on but I seem to be able to trigger it via the following code: