hippie/gulp/tasks/hello.js

6 lines
No EOL
89 B
JavaScript

function hello (cb) {
console.log('He Stephan', cb);
cb();
}
module.exports = hello;