We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1b3f6 commit 134e44fCopy full SHA for 134e44f
commands/utils/polling.js
@@ -16,6 +16,7 @@ async function shortPolling(buildId, retries = 0, options) {
16
console.log('[smartui] Build successful\n');
17
console.log('[smartui] Build details:\n',
18
'Build URL: ', response.data.buildURL, '\n',
19
+ 'Build ID: ', buildId, '\n',
20
'Build Name: ', response.data.buildName, '\n',
21
'Total Screenshots: ', response.data.totalScreenshots, '\n',
22
'Approved: ', response.data.buildResults.approved, '\n',
0 commit comments