mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
docs(help) refresh -> await refresh
This commit is contained in:
parent
8961841847
commit
4914c22b5d
1 changed files with 2 additions and 2 deletions
4
HELP.md
4
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue