xint.ts:393 · fs_write
Filesystem write to a path that is not obviously a temp directory.
writeFileSync(WATCHLIST_PATH, JSON.stringify(wl, null, 2));
xint.ts:582 · fs_write
Filesystem write to a path that is not obviously a temp directory.
writeFileSync(path, md);
lib/cache.ts:72 · fs_write
Filesystem write to a path that is not obviously a temp directory.
writeFileSync(path, JSON.stringify(entry, null, 2));
lib/content_audit.ts:123 · fs_write
Filesystem write to a path that is not obviously a temp directory.
writeFileSync(path, md);
lib/reliability.ts:80 · fs_write
Filesystem write to a path that is not obviously a temp directory.
writeFileSync(tmp, JSON.stringify(data, null, 2), "utf-8");
lib/bookmarks.ts:183 · fs_write
Filesystem write to a path that is not obviously a temp directory.
writeFileSync(path, md);
lib/analytics.ts:237 · fs_write
Filesystem write to a path that is not obviously a temp directory.
writeFileSync(path, JSON.stringify(buildJsonOutput(tweets), null, 2));
lib/report.ts:242 · fs_write
Filesystem write to a path that is not obviously a temp directory.
writeFileSync(path, report);