Explorar o código

grunt-amberc: process verbose option

Manfred Kroehnert %!s(int64=11) %!d(string=hai) anos
pai
achega
4d66ad39db
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      grunt/tasks/grunt-amberc.js

+ 3 - 0
grunt/tasks/grunt-amberc.js

@@ -122,6 +122,9 @@ module.exports = function(grunt) {
     if (undefined !== outputName) {
       configuration.program = outputName;
     }
+    if (true === data.verbose) {
+    	configuration.verbose = true;
+    }
     return configuration;
   }