You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you hit backspace with no character entered, arangosh [...]> disappears, and re-appears if you type something in
If you delete characters and the code wraps to a 2nd line past the length of the string arangosh [...]>, the last character won't be cleared and will thus appear as many times as you hit Backspace / Del. The superfluous chars are removed as soon as the line length drops low enough (around character 80 of the entered code).
From arangodb/arangodb#1187:
Is this a known problem? Was it fixed meanwhile? If no, could you take a look why this happens?
The text was updated successfully, but these errors were encountered: