1
0
Fork 0

[client] Session end - add reminder for next time ;-)

This commit is contained in:
Starbeamrainbowlabs 2017-09-28 22:08:58 +01:00
parent 1c5996ecca
commit 4f485720b2
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@ class ChunkCache
*/
fetchLineFragments(startingChunkRef, lineId)
{
throw new Error("Set up the ContinuesIn/From system to use a new UniqueLineId identifier");
let lineFragments = [];
let currentChunk = this.fetchChunk(startingChunkRef);