typedb / typedb-console

TypeDB Console: CLI for TypeDB and TypeDB Cluster
https://typedb.com
Mozilla Public License 2.0
7 stars 16 forks source link

'source' commands on windows crash on exception #193

Open krishnangovindraj opened 1 year ago

krishnangovindraj commented 1 year ago

Description

When the query that's executed as part of a 'source' command encounters an exception, it crashes the process.

Environment

  1. OS (where TypeDB server runs): Windows
  2. TypeDB version (and platform): 2.14.1
  3. TypeDB client: console
  4. Other environment details: -

Reproducible Steps

> transaction social_network schema write 
social_network::schema::write> source path/to/data.tql # data write on schema transaction

Expected Output

Console catches exception, prints error message, terminates transaction but stays alive.

Actual Output

Console process crashes.