/** * @author oldj * @blog http://oldj.net */ 'use strict'; module.exports = (app, msg) => { alert(msg) }