while running the slides via a branch a cut from develop, I noticed that showcontrol encountered an error at close_session slide so the app was unable to proceed to showControls(slide), the error thrown indicated an issue with session.js:
TypeError: Cannot read property 'push' of undefined
at CyCaller.log (session.js:64)
at CyCaller._execute (cycaller.js:59)
at CyCaller.delete (cycaller.js:99)
at clearSession (main.js:309)
at Object.close_session (main.js:318)
at call (main.js:334)
at HTMLDivElement. (main.js:408)
at dispatchEvent (reveal.js:1738)
at slide (reveal.js:2652)
at navigateRight (reveal.js:4546)
while running the slides via a branch a cut from develop, I noticed that showcontrol encountered an error at close_session slide so the app was unable to proceed to showControls(slide), the error thrown indicated an issue with session.js: TypeError: Cannot read property 'push' of undefined at CyCaller.log (session.js:64) at CyCaller._execute (cycaller.js:59) at CyCaller.delete (cycaller.js:99) at clearSession (main.js:309) at Object.close_session (main.js:318) at call (main.js:334) at HTMLDivElement. (main.js:408)
at dispatchEvent (reveal.js:1738)
at slide (reveal.js:2652)
at navigateRight (reveal.js:4546)