Skip to content

Commit 5f6b7ff

Browse files
committed
chore(build): Fix flaky builds caused by doc generation.
Closes angular#3836
1 parent 6d2345a commit 5f6b7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ var webserver = require('gulp-webserver');
422422
gulp.task('docs/bower', function() {
423423
var bowerTask = bower.commands.install(undefined, undefined, { cwd: 'docs' });
424424
bowerTask.on('log', function (result) {
425-
console.log('bower:', result.id, result.data.endpoint.name);
425+
console.log('bower:', result.id, result.data);
426426
});
427427
bowerTask.on('error', function(error) {
428428
console.log(error);

0 commit comments

Comments
 (0)