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
(unknown reason)
at writeNode (node_modules/js-yaml/lib/js-yaml/dumper.js:731:13)
at writeBlockMapping (node_modules/js-yaml/lib/js-yaml/dumper.js:610:10)
at writeNode (node_modules/js-yaml/lib/js-yaml/dumper.js:703:9)
at dump (node_modules/js-yaml/lib/js-yaml/dumper.js:792:7)
at Object.safeDump (node_modules/js-yaml/lib/js-yaml/dumper.js:798:10)
...
It's not clear what should happen, but any of these seem like better alternatives:
Treat the key as absent if undefined is found as a value in an object
Treat it the same as null
Make the error message more descriptive: "Encountered undefined value in JSON" or somesuch
The text was updated successfully, but these errors were encountered:
For example:
throws
It's not clear what should happen, but any of these seem like better alternatives:
undefined
is found as a value in an objectnull
"Encountered undefined value in JSON"
or somesuchThe text was updated successfully, but these errors were encountered: