From c7ed8bed3b0a64134d9fd7f115a4cb49bdd8c306 Mon Sep 17 00:00:00 2001 From: mmcw-dev Date: Wed, 20 Dec 2017 21:12:40 -0500 Subject: [PATCH] Was returning sequence start, now calling and then returning --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index c580d94..459979a 100644 --- a/index.js +++ b/index.js @@ -294,7 +294,7 @@ function rSequence (req, res, next) { }) } else { console.time('sequence time') - return sequence.start({ + sequence.start({ loop : [ (next) => { intval.frame(dir, exposure, (len) => { next()