We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c5c87 commit 2792bb6Copy full SHA for 2792bb6
gulpfile.js
@@ -15,7 +15,6 @@ const source = require('vinyl-source-stream');
15
const config = require('./config');
16
17
var onError = function(err) {
18
- $.util.beep();
19
if (process.env.CI) {
20
throw new Error(err);
21
};
0 commit comments