Getting hits on the block list IMMEDIATLEY. Log to file, might be important later
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import fs from "fs";
|
||||
|
||||
export function writeToJSONL(path: string, line: any) {
|
||||
fs.appendFileSync(`../data/${path}`, JSON.stringify(line) + "\n", "utf-8");
|
||||
}
|
||||
Reference in New Issue
Block a user