Skip to content

Commit

Permalink
Better log message
Browse files Browse the repository at this point in the history
  • Loading branch information
devversion committed Jun 5, 2017
1 parent bc6d4ff commit ebe1bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gulp/tasks/payload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ async function updateGithubStatus(commitSha: string, payloadDiff: number, authTo
if (err) {
reject(`Dashboard Error ${err.toString()}`);
} else {
console.info('Dashboard Response: ', JSON.parse(body).message);
console.info('Dashboard Response:', JSON.parse(body).message);
resolve(response.statusCode);
}
});
Expand Down

0 comments on commit ebe1bf3

Please sign in to comment.