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

Error after canceling ember try:one #186

Open
rwjblue opened this issue Feb 10, 2018 · 0 comments
Open

Error after canceling ember try:one #186

rwjblue opened this issue Feb 10, 2018 · 0 comments

Comments

@rwjblue
Copy link
Member

rwjblue commented Feb 10, 2018

When running a single scenario such as:

ember try:one ember-canary --- ember s --port=0

When you close the server (via ctrl-c generally), the following error is emitted:

Error!
TypeError: Cannot read property 'result' of undefined
TypeError: Cannot read property 'result' of undefined
    at results.forEach (/Users/rjackson/src/open-source/ember-test-helpers/node_modules/ember-try/lib/utils/result-summary.js:18:20)
    at Array.forEach (<anonymous>)
    at Class.print (/Users/rjackson/src/open-source/ember-test-helpers/node_modules/ember-try/lib/utils/result-summary.js:17:18)
    at Class._printResults (/Users/rjackson/src/open-source/ember-test-helpers/node_modules/ember-try/lib/tasks/try-each.js:129:54)
    at task._optionallyCleanup.then (/Users/rjackson/src/open-source/ember-test-helpers/node_modules/ember-try/lib/tasks/try-each.js:36:14)
    at tryCatch (/Users/rjackson/src/open-source/ember-test-helpers/node_modules/rsvp/dist/rsvp.js:525:12)
    at invokeCallback (/Users/rjackson/src/open-source/ember-test-helpers/node_modules/rsvp/dist/rsvp.js:538:13)
    at publish (/Users/rjackson/src/open-source/ember-test-helpers/node_modules/rsvp/dist/rsvp.js:508:7)
    at flush (/Users/rjackson/src/open-source/ember-test-helpers/node_modules/rsvp/dist/rsvp.js:2415:5)
    at process._tickCallback (internal/process/next_tick.js:150:11)
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

No branches or pull requests

1 participant