Skip to content

Commit f2af4fd

Browse files
authored
fix retry no longer working for bun (#6762)
1 parent 8611c55 commit f2af4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/helpers/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ function execHelper (command, options) {
221221
console.log('Exec SUCCESS: ', command)
222222
} catch (error) {
223223
console.error('Exec ERROR: ', command, error)
224-
if (command.startsWith('bun')) {
224+
if (command.startsWith(BUN)) {
225225
try {
226226
console.log('Exec RETRY START: ', command)
227227
execSync(command, options)

0 commit comments

Comments
 (0)