Jelajahi Sumber

grunt-amberc: fix comment

Manfred Kroehnert 10 tahun lalu
induk
melakukan
b328f57b32
1 mengubah file dengan 1 tambahan dan 2 penghapusan
  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