Was returning sequence start, now calling and then returning
This commit is contained in:
parent
66ac78fee0
commit
c7ed8bed3b
2
index.js
2
index.js
|
@ -294,7 +294,7 @@ function rSequence (req, res, next) {
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
console.time('sequence time')
|
console.time('sequence time')
|
||||||
return sequence.start({
|
sequence.start({
|
||||||
loop : [ (next) => {
|
loop : [ (next) => {
|
||||||
intval.frame(dir, exposure, (len) => {
|
intval.frame(dir, exposure, (len) => {
|
||||||
next()
|
next()
|
||||||
|
|
Loading…
Reference in New Issue