Fixed syntax error in options.dateFormat example
This commit is contained in:
parent
061b31fc27
commit
ebaa7be72a
@ -139,7 +139,7 @@ This is *only a task level option* and cannot be configured per target. By defau
|
|||||||
watch: {
|
watch: {
|
||||||
options: {
|
options: {
|
||||||
dateFormat: function(time) {
|
dateFormat: function(time) {
|
||||||
grunt.log.writeln('The watch finished in ' + time + 'ms at' + (new Date()).toString()));
|
grunt.log.writeln('The watch finished in ' + time + 'ms at' + (new Date()).toString());
|
||||||
grunt.log.writeln('Waiting for more changes...');
|
grunt.log.writeln('Waiting for more changes...');
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user