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

this._interval is void #67

Open
afuechsel opened this issue May 25, 2022 · 0 comments
Open

this._interval is void #67

afuechsel opened this issue May 25, 2022 · 0 comments

Comments

@afuechsel
Copy link

While creating the types for typescript I was a bit surprised by this line:

    readonly interval: void;

this._interval is set here to the value returned by collectDefaultMetrics. But this is void (see here).

The value from this._interval is then been used here, which does not make any sense, as it is still void.

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