Display warning if disk space is kind of full

Esse commit está contido em:
probablycorey
2014-01-09 13:58:24 -08:00
commit e435b48750
+1 -1
Ver Arquivo
@@ -20,6 +20,6 @@ module.exports = (grunt) ->
if capacity > 90
grunt.log.error("#{filesystem} is at #{capacity}% capacity!")
else if capacity > 80
grunt.log.error("#{filesystem} is at #{capacity}% capacity.")
grunt.log.ok("#{filesystem} is at #{capacity}% capacity.")
done()