feature(console) prompt: add " "

This commit is contained in:
coderaiser 2014-07-02 02:49:59 -04:00
parent e1efb3b79f
commit 385855bd5d

View file

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