Skip to content

Commit

Permalink
removed verbose option
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartvds committed May 15, 2013
1 parent 93916df commit b1b433b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks/execute.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ module.exports = function (grunt) {
grunt.registerMultiTask('execute', 'execute code in node', function () {

var options = this.options({
verbose: false,
stdio: 'inherit',
cwd: null
});
Expand Down

0 comments on commit b1b433b

Please sign in to comment.