'use strict'; module.exports = function (modular) { return { run: function () { return modular('nested.module4').run(); } }; };