Skip to content

Maximum callstack exceeds #16

@Saad-Khurshid

Description

@Saad-Khurshid

I have been facing this issue a lot lately with electron.js app.
I was finally able to capture the trace with sentry and it leads to win-audio.

For reference, it points to this file

win-audio\dist\index.js:32:29

`
/**

  • Check and update current volume.
    */
    var check = function check() {
    _check(audio.get, 'audio', 'change');
    _check(audio.isMuted, 'status', 'toggle');
    };
    `

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions