From 4914c22b5d417e5d8d4428c604850a1f536ba846 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 28 May 2019 19:10:24 +0300 Subject: [PATCH] docs(help) refresh -> await refresh --- HELP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HELP.md b/HELP.md index 64ba9052..0b134b95 100644 --- a/HELP.md +++ b/HELP.md @@ -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;