mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(console) prompt: add " "
This commit is contained in:
parent
e1efb3b79f
commit
385855bd5d
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ var CloudCmd, Util, DOM, CloudFunc, $;
|
|||
error(json.stderr);
|
||||
|
||||
if (json.path)
|
||||
jqconsole.SetPromptLabel(json.path + '>');
|
||||
jqconsole.SetPromptLabel(json.path + '> ');
|
||||
}
|
||||
|
||||
jqconsole.Prompt(true, handler);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue