mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-02 04:50:06 -05:00
Fix typo in debug log (#7149)
This commit is contained in:
@@ -205,7 +205,7 @@ class File {
|
||||
return lockFile.lockAsync(this._lockFilePath, { wait: LOCK_TIMEOUT })
|
||||
})
|
||||
.finally(() => {
|
||||
return debug('gettin lock succeeded or failed for %s', this.path)
|
||||
return debug('getting lock succeeded or failed for %s', this.path)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user