in docs.js [130:136]
function writeFile(filePath, codeTxt) { fs.writeFile(filePath, codeTxt, function (err) { if (err) { throw err } }); }