From 4f485720b290fee30f02fc8cfe8a43c2a8fcbdc3 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 28 Sep 2017 22:08:58 +0100 Subject: [PATCH] [client] Session end - add reminder for next time ;-) --- Nibriboard/ClientFiles/ChunkCache.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Nibriboard/ClientFiles/ChunkCache.js b/Nibriboard/ClientFiles/ChunkCache.js index 692429a..5590f7a 100644 --- a/Nibriboard/ClientFiles/ChunkCache.js +++ b/Nibriboard/ClientFiles/ChunkCache.js @@ -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);