We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee0ed24 commit 0760e8dCopy full SHA for 0760e8d
generated/server/main.js
@@ -25,7 +25,6 @@ var startServer = function () {
25
};
26
27
startDb.then(createApplication).then(startServer).catch(function (err) {
28
- console.error('Initialization error:', chalk.red(err.message));
29
- console.error('Process terminating . . .');
+ console.error(chalk.red(err.stack));
30
process.kill(1);
31
-});
+});
0 commit comments