@@ -1,9 +1,9 @@
const fs = require("fs");
const path = require("path");
const fs = require("node:fs");
const path = require("node:path");
const shared = require("./shared.js");
let logFile;
var dir = 'log/';
let dir = 'log/';
if (!fs.existsSync(dir)){
fs.mkdirSync(dir);
The note is not visible to the blocked user.