tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
28
pulls
pipelines
log startCursor after parsing
awarm.space
5 months ago
efbe44bd
74ae80bf
+1
1 changed file
expand all
collapse all
unified
split
appview
index.ts
+1
appview/index.ts
···
36
36
let file = (await readFile(cursorFile)).toString();
37
37
console.log("START CURSOR: " + file);
38
38
startCursor = parseInt(file);
39
39
+
console.log(startCursor);
39
40
if (Number.isNaN(startCursor)) startCursor = undefined;
40
41
} catch (e) {}
41
42