You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Xian Yi Teng (JIRA)" <ji...@apache.org> on 2016/09/21 18:15:22 UTC

[jira] [Created] (TINKERPOP-1459) When executing lines from a file and encountering error, Gremlin console should disable stack trace prompt

Xian Yi Teng created TINKERPOP-1459:
---------------------------------------

             Summary: When executing lines from a file and encountering error, Gremlin console should disable stack trace prompt
                 Key: TINKERPOP-1459
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1459
             Project: TinkerPop
          Issue Type: Bug
    Affects Versions: 3.2.2
            Reporter: Xian Yi Teng


{code}
automaton@ip-10-200-156-87:~$ cat test.txt 
1/0
1+1
2+2
3+3

automaton@ip-10-200-156-87:~$ cat test.txt | dse gremlin-console

         \,,,/
         (o o)
-----oOOo-(3)-oOOo-----
plugin activated: tinkerpop.tinkergraph
plugin activated: tinkerpop.server
plugin activated: tinkerpop.utilities
gremlin> 1/0
Division by zero
Display stack trace? [yN] 1+1
gremlin> automaton@ip-10-200-156-87:~$ 
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)