Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Fixes #55: Fix validation demo logging
Browse files Browse the repository at this point in the history
  • Loading branch information
postatum committed Nov 10, 2019
1 parent ea24e9f commit 7dc4366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/js/raml10-string-validation.js
Expand Up @@ -44,7 +44,7 @@ async function main () {
const report = await wap.raml10.validate(model)

// Log validation results
console.log('Validation errors:\n', report.results)
console.log('Validation errors:', report.toString())
}

main()

0 comments on commit 7dc4366

Please sign in to comment.