Skip to content

Commit

Permalink
Merge pull request #92 from appcelerator/timob-17007
Browse files Browse the repository at this point in the history
[TIMOB-17007] Fixed bug where analytics would get stuck in an infinite l...
  • Loading branch information
cb1kenobi committed May 21, 2014
2 parents 89ba1db + ac3fb4d commit 55f9e07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.2.6 (5/21/2014)
-------------------
* Fixed bug where analytics would get stuck in an infinite loop if another process was trying to send analytics [TIMOB-17007]

0.2.5 (5/19/2014)
-------------------
* More tweaks to the analytics handling to prevent analytics from being run more than once at a time [TIMOB-16979]
Expand Down
1 change: 1 addition & 0 deletions lib/analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ process.on('message', function onMessage(args) {
process.exit(0);
} catch (e) {
// not running, continue!
break;
}
}

Expand Down

0 comments on commit 55f9e07

Please sign in to comment.