Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
_.each(entries, function (entry) {
stream(new Array(indent + 1).join(' ') + JsonRefs.pathToPointer(entry.path) + ': ' + entry.message);
if (entry.inner) {
printErrorsOrWarnings (undefined, entry.inner, indent + 2);
}
});