From f61ae03a03df3a89b50d6a68f8d9a40b7611b722 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 23 Aug 2020 00:42:23 +0100 Subject: [PATCH] an xxx --- templates/script.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/script.ts b/templates/script.ts index f29a7c20..89c9127a 100644 --- a/templates/script.ts +++ b/templates/script.ts @@ -583,6 +583,7 @@ function startup() { var es = new EventSource("/_/updates/"+ctoken+'/'+gen); es.onmessage = function(event) { + // xxx want to trap errors and ask user to reload console.log('GOTEVE', event) var [tgen, ms] = JSON.parse(event.data); for (var m of ms) { -- 2.30.2