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

Fix for Max Stack Depth issue #830

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

jdmarshall
Copy link
Contributor

#827 should stop with this change.

@coveralls
Copy link

coveralls commented Oct 26, 2023

Pull Request Test Coverage Report for Build 6659921648

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.003%) to 98.328%

Totals Coverage Status
Change from base Build 6419679678: 0.003%
Covered Lines: 374
Relevant Lines: 375

💛 - Coveralls

@@ -106,7 +106,9 @@ class Status extends EventEmitter {
});

if (this.rollingPercentilesEnabled) {
acc.latencyTimes.push.apply(acc.latencyTimes, val.latencyTimes || []);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to go all the way back to this comment to remember why i did that in the first place, #55 (comment)

🤣

Copy link
Member

@lholmquist lholmquist left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jdmarshall thanks for stating with it and figuring this out

@lholmquist lholmquist merged commit 2cfb1ae into nodeshift:main Nov 6, 2023
11 checks passed
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.

3 participants