Skip to content

Commit 32f78ed

Browse files
committed
Better log message
1 parent ce12527 commit 32f78ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gulp/tasks/payload.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ async function updateGithubStatus(commitSha: string, payloadDiff: number, authTo
105105
if (err) {
106106
reject(`Dashboard Error ${err.toString()}`);
107107
} else {
108-
console.info('Dashboard Response: ', JSON.parse(body).message);
108+
console.info('Dashboard Response:', JSON.parse(body).message);
109109
resolve(response.statusCode);
110110
}
111111
});

0 commit comments

Comments
 (0)