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
27
pulls
pipelines
remove cursor logging in appview
awarm.space
6 months ago
7ce5c336
a9ce8b9f
-1
1 changed file
expand all
collapse all
unified
split
appview
index.ts
-1
appview/index.ts
···
255
255
concurrency: 8,
256
256
startCursor,
257
257
setCursor: async (cursor) => {
258
258
-
console.log(cursor);
259
258
// persist cursor
260
259
await writeFile(cursorFile, cursor.toString());
261
260
},