fix unit tests

This commit is contained in:
Denys Vuika
2017-01-06 09:55:07 +00:00
parent e640cac74f
commit df97a2e24c
4 changed files with 16 additions and 9 deletions

View File

@@ -167,7 +167,7 @@ export class UploadService {
return res;
})
.do(data => this.logService.info('Node data', data)) // eyeball results in the console
.catch(this.handleError);
.catch((err) => this.handleError(err));
}
private callApiCreateFolder(relativePath: string, name: string) {