diff --git a/exporter/src/index.ts b/exporter/src/index.ts index a07b2cd..ce389e4 100644 --- a/exporter/src/index.ts +++ b/exporter/src/index.ts @@ -34,6 +34,7 @@ async function exportSchema(environment: CKEnvironment, filename: string) { console.log(`Schema downloaded to ${destPath}`) } catch (error) { console.error(configuration.jsonStringify(error, null, 2)) + process.exit(1) } }