diff --git a/lib/client/console.js b/lib/client/console.js index 813ab136..728ef664 100644 --- a/lib/client/console.js +++ b/lib/client/console.js @@ -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);