feature: cloudcmd: user-menu: root

This commit is contained in:
coderiaser 2026-04-04 01:34:27 +03:00
parent 1c0021dbb6
commit 32f89d3874
5 changed files with 45 additions and 43 deletions

View file

@ -51,7 +51,7 @@ export async function init() {
}
export async function show(options = {}) {
await runTerminal(options);
return await runTerminal(options);
}
const runTerminal = promisify((options, fn) => {