fix await login unzip build

This commit is contained in:
Eugenio Romano
2018-09-11 22:15:53 +01:00
parent d037a16d3c
commit 3d5da1e622
2 changed files with 11 additions and 6 deletions

View File

@@ -76,7 +76,7 @@ async function main() {
hostEcm: program.host
});
alfrescoJsApi.login(program.username, program.password);
await alfrescoJsApi.login(program.username, program.password);
let zipDemoNode;