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