Skip to content

Commit ebe1bf3

Browse files
committed
Better log message
1 parent bc6d4ff commit ebe1bf3

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
@@ -104,7 +104,7 @@ async function updateGithubStatus(commitSha: string, payloadDiff: number, authTo
104104
if (err) {
105105
reject(`Dashboard Error ${err.toString()}`);
106106
} else {
107-
console.info('Dashboard Response: ', JSON.parse(body).message);
107+
console.info('Dashboard Response:', JSON.parse(body).message);
108108
resolve(response.statusCode);
109109
}
110110
});

0 commit comments

Comments
 (0)