docs(help) refresh -> await refresh

This commit is contained in:
coderaiser 2019-05-28 19:10:24 +03:00
parent 8961841847
commit 4914c22b5d

View file

@ -483,7 +483,7 @@ module.exports = {
closeMessage: 'Press any button to close Terminal', // optional
});
CloudCmd.refresh();
await CloudCmd.refresh();
},
'P - Build Prod': async ({CloudCmd}) => {
await CloudCmd.TerminalRun.show({
@ -491,7 +491,7 @@ module.exports = {
autoClose: true, // optional
});
CloudCmd.refresh();
await CloudCmd.refresh();
},
'C - Create User Menu File': async ({DOM, CloudCmd}) => {
const {CurrentInfo} = DOM;