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
Cobbler hides JSON validation errors for resumés, instead assuming that the invalid file is a CSON-formatted resumé.
Example
Suppose the example resumé:
{
"basics":
}
The expected response would be:
Error: SyntaxError: Unexpected token } in JSON at position 15
at JSON.parse (<anonymous>)
at Promise.then.contents (/testdouble/cobbler/lib/cobbler.js:31:21)
Cobbler instead returns:
#/: Additional properties not allowed
at Promise.then.then.then.catch.err (/testdouble/cobbler/lib/cobbler.js:47:17)
The text was updated successfully, but these errors were encountered:
Cobbler hides JSON validation errors for resumés, instead assuming that the invalid file is a CSON-formatted resumé.
Example
Suppose the example resumé:
{ "basics": }
The expected response would be:
Cobbler instead returns:
#/: Additional properties not allowed at Promise.then.then.then.catch.err (/testdouble/cobbler/lib/cobbler.js:47:17)
The text was updated successfully, but these errors were encountered: