some more fixes

This commit is contained in:
Adina Parpalita
2019-10-22 16:54:02 +03:00
parent e8ed183a44
commit e8e353fd48
10 changed files with 42 additions and 27 deletions

View File

@@ -415,7 +415,7 @@ export class NodesApi extends RepoApi {
return Promise.resolve(isLocked);
}
}
await Utils.retryCall(locked, data.retry);
return await Utils.retryCall(locked, data.retry);
} catch (error) {
this.handleError(`${this.constructor.name} ${this.isFileLockedWriteWithRetry.name}`, error);
}