]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/initializers/installer.ts
Disply other videos if screen >= 1300px
[github/Chocobozzz/PeerTube.git] / server / initializers / installer.ts
index 324a2c2e5bdd4eefa0fca36f6627c2804db696bf..d2f6c7c8c4f8ecbe6e506c66b941e414b5540e1b 100644 (file)
@@ -19,7 +19,7 @@ async function installApplication () {
     await createOAuthClientIfNotExist()
     await createOAuthAdminIfNotExist()
   } catch (err) {
-    logger.error('Cannot install application.', err)
+    logger.error('Cannot install application.', { err })
     process.exit(-1)
   }
 }