]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/initializers/installer.ts
Removing unnecessary semicolons
[github/Chocobozzz/PeerTube.git] / server / initializers / installer.ts
index 58713c2c415da6aa81044d1b9a4f474fd5f40950..324a2c2e5bdd4eefa0fca36f6627c2804db696bf 100644 (file)
@@ -20,7 +20,7 @@ async function installApplication () {
     await createOAuthAdminIfNotExist()
   } catch (err) {
     logger.error('Cannot install application.', err)
-    throw err
+    process.exit(-1)
   }
 }