Skip to content

Error on Clean Setup  #696

@andyandrwew

Description

@andyandrwew

I changed this line to:
out += ${key}:${JSON.stringify(obj[key])}\n;
and it worked for me.
Below is the result
Screen Shot 2021-12-12 at 2 13 15 PM

to fixed the 'Cannot convert object to primitive value' error I was having.

I am also new and did not want to propose this to the code until I was positive it was indeed an error.

out += `${key}: ${obj[key]}\n`;

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