mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(menu) button -> key
This commit is contained in:
parent
d918ed1f52
commit
6d1b18da07
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ module.exports = {
|
|||
await CloudCmd.TerminalRun.show({
|
||||
command: 'npm run build:client:dev',
|
||||
autoClose: false,
|
||||
closeMessage: 'Press any button to close Terminal',
|
||||
closeMessage: 'Press any key to close Terminal',
|
||||
});
|
||||
|
||||
CloudCmd.refresh();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue