We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 905f320 commit 1d6c1dcCopy full SHA for 1d6c1dc
1 file changed
src/app/index.ts
@@ -4,7 +4,7 @@ import { Config } from './config/config';
4
5
app.listen(Config.app.port || 4000, async () => {
6
if (!Config.db.uri) {
7
- console.error('Database URI is not present');
+ console.error('Database URI not present');
8
process.exit(1);
9
}
10
0 commit comments