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.
2 parents ea24693 + 46bb9c6 commit ce4d4c4Copy full SHA for ce4d4c4
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