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 8611c55 commit f2af4fdCopy full SHA for f2af4fd
integration-tests/helpers/index.js
@@ -221,7 +221,7 @@ function execHelper (command, options) {
221
console.log('Exec SUCCESS: ', command)
222
} catch (error) {
223
console.error('Exec ERROR: ', command, error)
224
- if (command.startsWith('bun')) {
+ if (command.startsWith(BUN)) {
225
try {
226
console.log('Exec RETRY START: ', command)
227
execSync(command, options)
0 commit comments