chore(menu) button -> key

This commit is contained in:
coderaiser 2020-09-21 15:46:35 +03:00
parent d918ed1f52
commit 6d1b18da07

View file

@ -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();