We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca32d15 commit 5c541e1Copy full SHA for 5c541e1
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 not present');
+ console.error('Database URI is not present');
8
process.exit(1);
9
}
10
0 commit comments