In gremlin-console
, when I make a syntax error like the example below - where I forgot to the 2nd quotation - I don't know what to type to return me back to the normal prompt gremlin>
. Anything I type including Ctrl+C
, Ctrl+U
will continue the ......2>
like below.
gremlin> g.V("
......1>
......1> "
......2> )
groovysh_parse: 1: expecting anything but ''\n''; got it anyway @ line 1, column 6.
g.V("
^
1 error
Type ':help' or ':h' for help.
Display stack trace? [yN]n
......2>
How do I "cancel" an error and continue with gremlin-console without exiting?