Skip to content

Commit 2792bb6

Browse files
committed
try to catch test error in CI #2
1 parent 66c5c87 commit 2792bb6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gulpfile.js

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ const source = require('vinyl-source-stream');
1515
const config = require('./config');
1616

1717
var onError = function(err) {
18-
$.util.beep();
1918
if (process.env.CI) {
2019
throw new Error(err);
2120
};

0 commit comments

Comments
 (0)