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

Error on Clean Setup #696

Open
andyandrwew opened this issue Dec 12, 2021 · 0 comments
Open

Error on Clean Setup #696

andyandrwew opened this issue Dec 12, 2021 · 0 comments

Comments

@andyandrwew
Copy link

andyandrwew commented Dec 12, 2021

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`;

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