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:
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.');
}
};