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 a6e0e49 commit 46bb9c6Copy full SHA for 46bb9c6
src/libraries/Executor.ts
@@ -356,7 +356,7 @@ class Executor {
356
return
357
}
358
} catch (error) {
359
- if (String(error) === 'Error: Lock file is already being held') {
+ if (String(error).includes('Lock file is already being held')) {
360
this.logger.log('Waiting for lock for libaio copy')
361
await waitForLock(copyPath, options)
362
this.logger.log('Lock is gone for libaio copy')
0 commit comments