Skip to content

Commit e274251

Browse files
committed
.
1 parent c61cebf commit e274251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gulp/tasks/screenshots.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ function updateGithubStatus(prNumber: number, result: boolean) {
185185
name: 'Screenshot Tests',
186186
description: `Screenshot Tests ${result ? 'passed' : 'failed'})`,
187187
url: `http://material2-screenshots.firebaseapp.com/${prNumber}`
188-
});
188+
}).then((code) => console.log(code));
189189
}
190190

191191
/**

0 commit comments

Comments
 (0)