From ffeba3d170ed12c4d20df2e774827309bec82215 Mon Sep 17 00:00:00 2001 From: Vinicius Patrinhani Date: Mon, 4 Dec 2017 17:04:17 -0200 Subject: [PATCH] updt --- samples/slack-app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/slack-app.js b/samples/slack-app.js index 34e102e..223eb86 100644 --- a/samples/slack-app.js +++ b/samples/slack-app.js @@ -22,7 +22,7 @@ var abbottConfig = { } }; -const abbottFramework = new AbbottFramework(abbottConfig); +try { const abbottFramework = new AbbottFramework(abbottConfig); abbottFramework.start()