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 03414f0 commit 41ce55cCopy full SHA for 41ce55c
scripts/release/status.js
@@ -52,7 +52,7 @@ async function checkStatuses (contexts) {
52
attempts++
53
54
if (attempts >= MAX_ATTEMPTS) {
55
- throw new Error(`Jobs did not finish before timeout: ${contexts.join(', ')}.`)
+ throw new Error(`Jobs did not finish before timeout: ${[...contexts].join(', ')}.`)
56
}
57
58
setTimeout(() => checkStatuses(contexts), TIMEOUT)
0 commit comments