[
https://issues.apache.org/jira/browse/TINKERPOP-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stephen mallette updated TINKERPOP-1459:
----------------------------------------
Component/s: console
> 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
> Components: console
> 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)