From d34af3a796be4b6a05091c3f401195c276582a58 Mon Sep 17 00:00:00 2001 From: Aziz Khoury Date: Fri, 20 May 2016 13:27:29 -0400 Subject: [PATCH] CLS must be required first to avoid issues. see https://gist.github.com/akhoury/acb852798e319b5ede93431e5910d3ef --- app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app.js b/app.js index fa8964fb35..9d706f9389 100644 --- a/app.js +++ b/app.js @@ -22,6 +22,7 @@ var nconf = require('nconf'); nconf.argv().env('__'); +require('continuation-local-storage'); var url = require('url'), async = require('async'),