tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
290
fork
atom
a tool for shared writing and social publishing
290
fork
atom
overview
issues
27
pulls
pipelines
flush cursor to fs when writing
awarm.space
6 months ago
74ae80bf
94664ec8
+1
-1
1 changed file
expand all
collapse all
unified
split
appview
index.ts
+1
-1
appview/index.ts
···
226
226
startCursor,
227
227
setCursor: async (cursor) => {
228
228
// persist cursor
229
229
-
await writeFile(cursorFile, cursor.toString());
229
229
+
await writeFile(cursorFile, cursor.toString(), { flush: true });
230
230
},
231
231
});
232
232
let firehose = new Firehose({