Fix typo in debug log (#7149)

This commit is contained in:
Jennifer Shehane
2020-04-27 21:15:00 +06:30
committed by GitHub
parent 71ab65d18a
commit f7cc3d35cd
+1 -1
View File
@@ -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)
})
}