From e51f25201034fb25d3f6eda58898fc150f72f413 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Mon, 1 May 2017 22:33:53 +0200 Subject: [PATCH] some comments --- src/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.ts b/src/main.ts index d63a491..76cfb9e 100644 --- a/src/main.ts +++ b/src/main.ts @@ -23,6 +23,7 @@ class MqttMongo { (dbHandle: Mongo.Db) => { this.dbHandle = dbHandle }, (err: String) => { console.log("Unable to connect to database: %s", err) + process.exit(1) } ) */