blob: f0d1d1fc49025968c4ea958ad864229a76c47771 [file] [log] [blame]
module.exports = function(grunt) {
grunt.registerTask('default', function(text) {
console.log('OUTPUT: ' + process.execArgv.join(' '));
});
};