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 when calling close() #116

Open
philipwalton opened this issue Jan 21, 2017 · 0 comments
Open

Error when calling close() #116

philipwalton opened this issue Jan 21, 2017 · 0 comments

Comments

@philipwalton
Copy link

I store a reference to the sauce connect process in my build setup so I can close it when my tests are done, but recently I've been getting this error every time I run it:

/Users/philipwalton/Projects/xxx/xxx/node_modules/sauce-connect-launcher/lib/sauce-connect-launcher.js:564
    var tunnelId = child.tunnelId;
                        ^

TypeError: Cannot read property 'tunnelId' of null
    at ChildProcess.child.close (/Users/philipwalton/Projects/xxx/xxx/node_modules/sauce-connect-launcher/lib/sauce-connect-launcher.js:564:25)
    at process.on (/Users/philipwalton/Projects/xxx/xxx/gulpfile.js:203:42)
    at emitOne (events.js:101:20)
    at process.emit (events.js:188:7)
npm ERR! Test failed.  See above for more details.

Let me know if you need any more information from me.

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