You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.
Currently you can't call
config.set
with an object as thevalue
. You need toJSON.stringify
it and pass{ json: true }
on theopts
.I suggest that we check the type of the
value
,JSON.stringify
it if it's anobject
set theopts
automatically if none were provided.Let me know what you think, I would be happy to PR this :)
The text was updated successfully, but these errors were encountered: