Was returning sequence start, now calling and then returning

This commit is contained in:
mmcw-dev 2017-12-20 21:12:40 -05:00
parent 66ac78fee0
commit c7ed8bed3b
1 changed files with 1 additions and 1 deletions

View File

@ -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()