Skip to content

Removing a process exit command which was freezing Tessel#5

Open
johnnyman727 wants to merge 1 commit intomasterfrom
jon-pr-exit
Open

Removing a process exit command which was freezing Tessel#5
johnnyman727 wants to merge 1 commit intomasterfrom
jon-pr-exit

Conversation

@johnnyman727
Copy link
Collaborator

I'm still not sure why, but the process.exit() line that I removed was causing Tessel to freeze in the middle of freeing the audio shim resources at the end of tests.

@tcr
Copy link
Owner

tcr commented Jul 29, 2014

you actually want

process.on('exit', function () {
  process.exit(fail);
});

@johnnyman727
Copy link
Collaborator Author

Whatever you say, boss.

@tcr
Copy link
Owner

tcr commented Jul 29, 2014

🛂

@johnnyman727
Copy link
Collaborator Author

@tcr can we merge this and npm update?

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 this pull request may close these issues.

2 participants