Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
octicon: (i, options) => {
if (!octicons[i]) {
return new handlebars.SafeString(octicons.question.toSVG());
}
return new handlebars.SafeString(octicons[i].toSVG());
},
eachpath: (path, options) => {