var Promise = require('../../utils/promise'); /** Finish the generation @param {Output} @return {Output} */ function onFinish(output) { // todo: render language index return Promise(output); } module.exports = onFinish;