UNPKG

funcunit

Version:
8 lines (5 loc) 153 B
module.exports = function(grunt) { grunt.registerTask('default', function(text) { console.log('OUTPUT: ' + process.execArgv.join(' ')); }); };