diff options
-rw-r--r-- | src/lib/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/config.ts b/src/lib/config.ts index d235145..dc8e9c8 100644 --- a/src/lib/config.ts +++ b/src/lib/config.ts @@ -49,7 +49,7 @@ export const getConfig = (): GathioConfig => { console.error( "\x1b[31mConfiguration file not found! Have you renamed './config/config-example.toml' to './config/config.toml'?" ); - process.exit(1); + return process.exit(1); } }; |