Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/grunt-bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
authorZac Echola <zac.echola@so.mnscu.edu>2014-11-11 00:57:27 +0300
committerZac Echola <zac.echola@so.mnscu.edu>2014-11-11 00:57:27 +0300
commit08d8435d6e55e8625e52ddcde0efdfd15978b9e3 (patch)
tree209bf200e5a1503ea8c56cfcab7693272ef02e59 /tasks
parent6933a9e96a52728975d465506d8395ce2ad8c585 (diff)
language
Diffstat (limited to 'tasks')
-rw-r--r--tasks/bootlint.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/bootlint.js b/tasks/bootlint.js
index abec81f..e6f7a83 100644
--- a/tasks/bootlint.js
+++ b/tasks/bootlint.js
@@ -55,7 +55,7 @@ module.exports = function(grunt) {
}
if (options.stoponerror) {
- grunt.fail.warn('boom!');
+ grunt.fail.warn('Too many bootlint errors.');
}
};