Skip to content

inspect causes "RangeError: Maxim call stack size exceeded" #1783

@slicejunk

Description

@slicejunk

[version 4.1.1]
inspect causes RangeError in this line from "values.js"

       error.message =
                `Variable "$${varName}" got invalid value ${inspect(value)}; ` +
                error.message;

when receiving a value with coercion error that contains an object such as a file to upload, maybe due to its circular structure

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions