Browse Source

grunt-amberc: fix comment

Manfred Kroehnert 11 năm trước cách đây
mục cha
commit
b328f57b32
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      grunt/tasks/grunt-amberc.js

+ 1 - 2
grunt/tasks/grunt-amberc.js

@@ -49,8 +49,7 @@ module.exports = function(grunt) {
     // generate the amberc configuration out of the given target properties
     var configuration = generateCompilerConfiguration(this.data, grunt.config('amberc.options.amber_dir'));
 
-    // run the compiler
-    // change back to the old working directory and call the async callback once finished
+    // run the compiler and call the async callback once finished
     var self = this;
     compiler.main(configuration, function(){
       // signal that task has finished